mirror of https://github.com/citusdata/citus.git
Remove unneccesarry new line
parent
cccf47a827
commit
b6a6273f1c
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue