Ensure curly-braces around control-flow
[folly.git] / folly / test / AHMIntStressTest.cpp
index a0837ca4f8ea0d8cefa483f695ff1dbbbe8c7391..5f577afa746538ca993c16e82eb545269d91c248 100644 (file)
@@ -119,5 +119,7 @@ TEST(AHMIntStressTest, Test) {
     });
   }
 
-  for (auto& t : threads) t.join();
+  for (auto& t : threads) {
+    t.join();
+}
 }