template< -> template <
[folly.git] / folly / FBString.h
index 5d32df535f6d2a268923218881061cb40e23c3a5..b36bb948f04d9b5927cd79c56b65c30d8426ebc2 100644 (file)
@@ -1404,7 +1404,7 @@ public:
 
   basic_fbstring& append(size_type n, value_type c);
 
-  template<class InputIterator>
+  template <class InputIterator>
   basic_fbstring& append(InputIterator first, InputIterator last) {
     insert(end(), first, last);
     return *this;