Fixes indentation

test_branch
gindibay 2023-07-29 20:28:27 +03:00
parent b69c36af49
commit c41f93e402
1 changed files with 1 additions and 2 deletions

View File

@ -1169,7 +1169,6 @@ ActivateNodeList(MetadataSyncContext *context)
void
LockShardsInWorkerPlacementList(WorkerNode *workerNode, LOCKMODE lockMode)
{
List *placementList = AllShardPlacementsOnNodeGroup(workerNode->groupId);
LockShardsInPlacementListMetadata(placementList, lockMode);
}