summaryrefslogtreecommitdiff
path: root/src/mongo/db/keypattern_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/keypattern_test.cpp')
-rw-r--r--src/mongo/db/keypattern_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/keypattern_test.cpp b/src/mongo/db/keypattern_test.cpp
index 45fef6a9e6f..fbb7c4e7af6 100644
--- a/src/mongo/db/keypattern_test.cpp
+++ b/src/mongo/db/keypattern_test.cpp
@@ -142,4 +142,4 @@ TEST(KeyPattern, GlobalMinMax) {
ASSERT_BSONOBJ_EQ(KeyPattern(BSON("a.b.c" << -1)).globalMin(), BSON("a.b.c" << MAXKEY));
ASSERT_BSONOBJ_EQ(KeyPattern(BSON("a.b.c" << -1)).globalMax(), BSON("a.b.c" << MINKEY));
}
-}
+} // namespace