Apply clang-format to folly/gen/ (template decls)
[folly.git] / folly / gen / test / ParallelTest.cpp
index fde21cd390d9f58568b8c0d5b0f508ae92171588..36bc4c968471e7ba6ef2ccf414707b312c25ffef 100644 (file)
@@ -50,7 +50,7 @@ static auto isPrime = [](int n) {
 };
 
 struct {
-  template<class T>
+  template <class T>
   std::unique_ptr<T> operator()(T t) const {
     return std::unique_ptr<T>(new T(std::move(t)));
   }