summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/keys_collection_client.h')
-rw-r--r--src/mongo/db/keys_collection_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/keys_collection_client.h b/src/mongo/db/keys_collection_client.h
index 54ac6fedc44..debff147f53 100644
--- a/src/mongo/db/keys_collection_client.h
+++ b/src/mongo/db/keys_collection_client.h
@@ -56,8 +56,8 @@ public:
bool useMajority) = 0;
/**
- * Directly inserts a key document to the storage
- */
+ * Directly inserts a key document to the storage
+ */
virtual Status insertNewKey(OperationContext* opCtx, const BSONObj& doc) = 0;
/**