Consistency in namespace-closing comments
[folly.git] / folly / test / ReplaceableTest.cpp
index 6ab885095bcd1ebf8b6ca26836375d52d83b7381..9e29ddaa68df8fbbbf77ef236716b807d67d9238 100644 (file)
@@ -70,7 +70,7 @@ struct OddA {
 struct Indestructible {
   ~Indestructible() = delete;
 };
-} // anonymous namespace
+} // namespace
 
 template <typename T>
 struct ReplaceableStaticAttributeTest : Test {};