base: format hash.h

This commit is contained in:
Corentin Le Molgat
2022-11-04 15:33:29 +01:00
parent 8e6393a19f
commit 792e3078e9

View File

@@ -65,10 +65,8 @@ static inline void mix(uint64_t& a, uint64_t& b, uint64_t& c) { // NOLINT
c -= b;
c ^= (b >> 22);
}
} // namespace operations_research
#endif // SWIG
namespace util_hash {