Consistently have the namespace closing comment
[folly.git] / folly / compression / test / CompressionTest.cpp
index 9c8460482da099d957bce8d3b0d9c2805824e9a6..4bbf50271177b8aec31ec1054e7607c5349d9a08 100644 (file)
@@ -1125,7 +1125,7 @@ class CustomCodec : public Codec {
   std::string prefix_;
   std::unique_ptr<Codec> codec_;
 };
-}
+} // namespace
 
 TEST_P(AutomaticCodecTest, CustomCodec) {
   const uint64_t length = 42;