summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_query_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fts/fts_query_impl.cpp')
-rw-r--r--src/mongo/db/fts/fts_query_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/fts/fts_query_impl.cpp b/src/mongo/db/fts/fts_query_impl.cpp
index c9f7e151b9d..a60ee888e66 100644
--- a/src/mongo/db/fts/fts_query_impl.cpp
+++ b/src/mongo/db/fts/fts_query_impl.cpp
@@ -204,5 +204,5 @@ BSONObj FTSQueryImpl::toBSON() const {
bob.append("negatedPhrases", getNegatedPhr());
return bob.obj();
}
-}
-}
+} // namespace fts
+} // namespace mongo