summaryrefslogtreecommitdiff
path: root/src/mongo/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s')
-rw-r--r--src/mongo/s/commands/cluster_count_cmd.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/s/commands/cluster_count_cmd.cpp b/src/mongo/s/commands/cluster_count_cmd.cpp
index 16fe30fc2f1..1c542c4d7f5 100644
--- a/src/mongo/s/commands/cluster_count_cmd.cpp
+++ b/src/mongo/s/commands/cluster_count_cmd.cpp
@@ -142,10 +142,7 @@ public:
}
const std::initializer_list<StringData> passthroughFields = {
- "hint",
- "$queryOptions",
- "readConcern",
- LiteParsedQuery::cmdOptionMaxTimeMS,
+ "hint", "$queryOptions", "readConcern", LiteParsedQuery::cmdOptionMaxTimeMS,
};
for (auto name : passthroughFields) {
if (auto field = cmdObj[name]) {