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 */
bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName,
nodePort,
NULL,
dropCommandList);
nodePort,
NULL,
dropCommandList);
return success;
}