Consistently have the namespace closing comment
[folly.git] / folly / container / test / SparseByteSetTest.cpp
index b0227946c3f7f7451b71c1ab46d6c7e085926756..0e2a36ef3a1b3f0e3ef41f1ec9279755041af045 100644 (file)
@@ -34,7 +34,7 @@ class SparseByteSetTest : public testing::Test {
   SparseByteSet s;
 };
 
-}
+} // namespace
 
 TEST_F(SparseByteSetTest, empty) {
   for (auto c = lims::min(); c < lims::max(); ++c) {