Fixes indentation

pull/7240/head
gindibay 2023-11-16 09:08:45 +03:00
parent 1cdae74a4c
commit c63f124c93
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ GenerateCreateDatabaseStatementFromPgDatabase(Form_pg_database databaseForm)
appendStringInfo(&str, " LOCALE_PROVIDER = %s",
quote_identifier(GetLocaleProviderString(
databaseForm->datlocprovider)));
databaseForm->datlocprovider)));
#endif
#if PG_VERSION_NUM >= PG_VERSION_16