mirror of https://github.com/citusdata/citus.git
Run reindent
parent
59aaed3e5c
commit
ef2361f091
|
@ -608,9 +608,9 @@ TryDropShardOutsideTransaction(char *qualifiedTableName, char *nodeName, int nod
|
|||
|
||||
/* remove the shard from the node */
|
||||
bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName,
|
||||
nodePort,
|
||||
NULL,
|
||||
dropCommandList);
|
||||
nodePort,
|
||||
NULL,
|
||||
dropCommandList);
|
||||
|
||||
return success;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue