Consistency in namespace-closing comments
[folly.git] / folly / test / FormatOtherTest.cpp
index a7477fe10b6ee22850ff08dd162d01b64e70fccb..35b39263130fbf0b7012ef8ce06cb655b206374a 100644 (file)
@@ -96,7 +96,7 @@ void testFormatSeq() {
   EXPECT_EQ("10 20 0030", svformat("{} {} {:04}", v));
 }
 
-}  // namespace
+} // namespace
 
 TEST(FormatOther, fbvector) {
   testFormatSeq<fbvector<int>>();