Consistently have the namespace closing comment
[folly.git] / folly / gen / test / BaseTest.cpp
index 3948168d184cbeb52039234621c71ecb0b4397fe..2636ba1674912819e68134a24ec381e2e6c4c6aa 100644 (file)
@@ -1168,7 +1168,7 @@ bool operator==(const DereferenceWrapper& a, const DereferenceWrapper& b) {
 void PrintTo(const DereferenceWrapper& a, std::ostream* o) {
   *o << "Wrapper{\"" << cEscape<string>(a.data) << "\"}";
 }
-}
+} // namespace
 
 TEST(Gen, DereferenceWithLValueRef) {
   auto original = vector<DereferenceWrapper>{{"foo"}, {"bar"}};