template< -> template <
[folly.git] / folly / test / FBVectorTest.cpp
index 604cd05a9648b81b98a1f7621c5064ca86123f28..472ce8d72f6779d90feff86efa4f56056db817af 100644 (file)
@@ -62,9 +62,9 @@ void Num2String(String& str, Integral /* n */) {
   str.resize(strlen(str.c_str()));
 }
 
-template<class T> T randomObject();
+template <class T> T randomObject();
 
-template<> int randomObject<int>() {
+template <> int randomObject<int>() {
   return random(0, 1024);
 }
 }