template< -> template <
[folly.git] / folly / test / small_vector_test.cpp
index 38e1d37be58dee1575bdef0fa528c9ee2ceb77ef..bae23e95286815b7ffc2c8fead6d243007fad1d6 100644 (file)
@@ -169,7 +169,7 @@ struct TestBasicGuarantee {
     throwCounter = 1000;
   }
 
-  template<class Operation>
+  template <class Operation>
   void operator()(int insertCount, Operation const& op) {
     bool done = false;