summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/top_test.cpp')
-rw-r--r--src/mongo/db/stats/top_test.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/stats/top_test.cpp b/src/mongo/db/stats/top_test.cpp
index 8aa5bc6363d..27ed6397ed6 100644
--- a/src/mongo/db/stats/top_test.cpp
+++ b/src/mongo/db/stats/top_test.cpp
@@ -33,10 +33,10 @@
namespace {
- using namespace mongo;
+using namespace mongo;
- TEST(TopTest, CollectionDropped) {
- Top().collectionDropped("coll");
- }
+TEST(TopTest, CollectionDropped) {
+ Top().collectionDropped("coll");
+}
-} // namespace
+} // namespace