From d2fc258e626e0054c9c62ae7b96dc7d228929cc9 Mon Sep 17 00:00:00 2001 From: Vinod Sridharan <14185211+visridha@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:07:20 +0000 Subject: [PATCH] indent --- src/backend/distributed/operations/create_shards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/operations/create_shards.c b/src/backend/distributed/operations/create_shards.c index 59312d08b..85c9d59d0 100644 --- a/src/backend/distributed/operations/create_shards.c +++ b/src/backend/distributed/operations/create_shards.c @@ -168,8 +168,8 @@ CreateShardsWithRoundRobinPolicy(Oid distributedTableId, int32 shardCount, char shardStorageType = ShardStorageType(distributedTableId); int64 shardOffset = 0; - if (EnableSingleShardTableMultiNodePlacement && shardCount == 1 - && shardStorageType == SHARD_STORAGE_TABLE) + if (EnableSingleShardTableMultiNodePlacement && shardCount == 1 && + shardStorageType == SHARD_STORAGE_TABLE) { /* For single shard distributed tables, use the colocationId to offset * where the shard is placed.