template< -> template <
[folly.git] / folly / IPAddressV6.h
index d0c5cd609dc2b4fadc02054bfdcda693afc8e3f4..d2fd02a91b891be5b500fce4dfd767a8927f5e24 100644 (file)
@@ -398,7 +398,7 @@ void toAppend(IPAddressV6 addr, fbstring* result);
 }  // folly
 
 namespace std {
-template<>
+template <>
 struct hash<folly::IPAddressV6> {
   size_t operator()(const folly::IPAddressV6& addr) const {
     return addr.hash();