summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/stop_words.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fts/stop_words.h')
-rw-r--r--src/mongo/db/fts/stop_words.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/fts/stop_words.h b/src/mongo/db/fts/stop_words.h
index 22835300226..6c1c1cc07e1 100644
--- a/src/mongo/db/fts/stop_words.h
+++ b/src/mongo/db/fts/stop_words.h
@@ -61,5 +61,5 @@ public:
private:
StringMap<bool> _words; // Used as a set. The values have no meaning.
};
-}
-}
+} // namespace fts
+} // namespace mongo