summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_index_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fts/fts_index_format.h')
-rw-r--r--src/mongo/db/fts/fts_index_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/fts/fts_index_format.h b/src/mongo/db/fts/fts_index_format.h
index cff73d5caad..dd83e8603a8 100644
--- a/src/mongo/db/fts/fts_index_format.h
+++ b/src/mongo/db/fts/fts_index_format.h
@@ -70,5 +70,5 @@ private:
const std::string& term,
TextIndexVersion textIndexVersion);
};
-}
-}
+} // namespace fts
+} // namespace mongo