Consistency in namespace-closing comments
[folly.git] / folly / experimental / test / EventCountTest.cpp
index 80fdcc473769baa300a1761609e5cfdac1f366d6..4f936ae6cc3e9b981995287818a858311c567f1f 100644 (file)
@@ -74,7 +74,7 @@ void randomPartition(Random& random, T key, int n,
   }
 }
 
-}  // namespace
+} // namespace
 
 TEST(EventCount, Simple) {
   // We're basically testing for no deadlock.