Fixes indentation

pull/7240/head
gindibay 2023-11-15 20:57:27 +03:00
parent cd40380d80
commit 9b6511ad10
1 changed files with 2 additions and 1 deletions

View File

@ -4741,7 +4741,8 @@ SyncDistributedObjects(MetadataSyncContext *context)
* After creation of databases and roles, send the grant database commands * After creation of databases and roles, send the grant database commands
* to the workers. * to the workers.
*/ */
if (EnableCreateDatabasePropagation){ if (EnableCreateDatabasePropagation)
{
SendDatabaseGrantSyncCommands(context); SendDatabaseGrantSyncCommands(context);
} }
} }