template< -> template <
[folly.git] / folly / IPAddressV4.h
index 1e2c65e7f91d60a895dcd3915bf996d338635ab7..b6390f8c423621ffcb6086264ba64bd2c6eec06f 100644 (file)
@@ -311,7 +311,7 @@ inline bool operator>=(const IPAddressV4& a, const IPAddressV4& b) {
 }  // folly
 
 namespace std {
-template<>
+template <>
 struct hash<folly::IPAddressV4> {
   size_t operator()(const folly::IPAddressV4 addr) const {
     return addr.hash();