Consistency in namespace-closing comments
[folly.git] / folly / test / SingletonTest.cpp
index 67f88f1a711fdb1dad0ab2b2d6209b5f674d8f94..c28fb225ff8c0d6096f2fd0f49c1570ebd00c350 100644 (file)
@@ -518,7 +518,7 @@ class TestEagerInitParallelExecutor : public folly::Executor {
   std::vector<std::shared_ptr<std::thread>> threads_;
   std::atomic<size_t> counter_ {0};
 };
-}  // namespace
+} // namespace
 
 namespace {
 struct EagerInitParallelTag {};