summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_client_sharded.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/keys_collection_client_sharded.h')
-rw-r--r--src/mongo/db/keys_collection_client_sharded.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/keys_collection_client_sharded.h b/src/mongo/db/keys_collection_client_sharded.h
index eabd0f2051d..111948e0139 100644
--- a/src/mongo/db/keys_collection_client_sharded.h
+++ b/src/mongo/db/keys_collection_client_sharded.h
@@ -49,8 +49,8 @@ public:
bool useMajority) override;
/**
- * Directly inserts a key document to the storage
- */
+ * Directly inserts a key document to the storage
+ */
Status insertNewKey(OperationContext* opCtx, const BSONObj& doc) override;
bool supportsMajorityReads() const final {