Remove unneccesarry new line

issue/6694
Gokhan Gulbiz 2023-03-15 15:39:10 +03:00
parent cccf47a827
commit b6a6273f1c
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ create_distributed_table(PG_FUNCTION_ARGS)
EnsureCitusTableCanBeCreated(relationId); EnsureCitusTableCanBeCreated(relationId);
/* enable create_distributed_table on an empty node */ /* enable create_distributed_table on an empty node */
InsertCoordinatorIfClusterEmpty(); InsertCoordinatorIfClusterEmpty();