Consistently have the namespace closing comment
[folly.git] / folly / experimental / logging / test / StandardLogHandlerTest.cpp
index 9de6ce43e06a197a045d722ebbbb8d2a1ba13de9..2c9a65b57dd3422ee20138e1f900a9660d18b22b 100644 (file)
@@ -65,7 +65,7 @@ class TestLogWriter : public LogWriter {
  private:
   std::vector<std::string> messages_;
 };
-}
+} // namespace
 
 TEST(StandardLogHandler, simple) {
   auto writer = make_shared<TestLogWriter>();