summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/timer_stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/timer_stats.cpp')
-rw-r--r--src/mongo/db/stats/timer_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/timer_stats.cpp b/src/mongo/db/stats/timer_stats.cpp
index bb52e0226d7..35b1027fff1 100644
--- a/src/mongo/db/stats/timer_stats.cpp
+++ b/src/mongo/db/stats/timer_stats.cpp
@@ -69,4 +69,4 @@ BSONObj TimerStats::getReport() const {
b.appendNumber("totalMillis", t);
return b.obj();
}
-}
+} // namespace mongo