Run reindent

niupre/TestDeferredDropAndCleanup
Nitish Upreti 2022-08-27 21:24:56 -07:00
parent 59aaed3e5c
commit ef2361f091
1 changed files with 3 additions and 3 deletions

View File

@ -608,9 +608,9 @@ TryDropShardOutsideTransaction(char *qualifiedTableName, char *nodeName, int nod
/* remove the shard from the node */ /* remove the shard from the node */
bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName, bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName,
nodePort, nodePort,
NULL, NULL,
dropCommandList); dropCommandList);
return success; return success;
} }