Apply clang-format to folly/gen/ (template decls)
[folly.git] / folly / gen / test / StringTest.cpp
index b6b8713dffa18461260011efebd9ace180fbd792..4d8288bdc67d6c4139cc55ad285d2347cd8b5e2e 100644 (file)
@@ -288,7 +288,7 @@ TEST(StringGen, ResplitMaxLength) {
   );
 }
 
-template<typename F>
+template <typename F>
 void runUnsplitSuite(F fn) {
   fn("hello, world");
   fn("hello,world,goodbye");