summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_timestamp_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/index_timestamp_helper.h')
-rw-r--r--src/mongo/db/catalog/index_timestamp_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/index_timestamp_helper.h b/src/mongo/db/catalog/index_timestamp_helper.h
index 581b1bd4740..9ae4457e409 100644
--- a/src/mongo/db/catalog/index_timestamp_helper.h
+++ b/src/mongo/db/catalog/index_timestamp_helper.h
@@ -55,6 +55,6 @@ void setGhostCommitTimestampForWrite(OperationContext* opCtx, const NamespaceStr
* also throw WriteConflictException.
*/
bool setGhostCommitTimestampForCatalogWrite(OperationContext* opCtx, const NamespaceString& nss);
-};
+}; // namespace IndexTimestampHelper
-} // mongo
+} // namespace mongo