Consistency in namespace-closing comments
[folly.git] / folly / experimental / test / NestedCommandLineAppTestHelper.cpp
index da404613087679d2faf864511c93655ef83e0c23..1c3c2723acd89984a742ece44f3dab1eaa55027b 100644 (file)
@@ -38,7 +38,7 @@ void foo(const po::variables_map& options,
   }
 }
 
-}  // namespace
+} // namespace
 
 int main(int argc, char *argv[]) {
   folly::NestedCommandLineApp app("", "0.1", "", "", init);