Consistently have the namespace closing comment
[folly.git] / folly / test / HashTest.cpp
index 759f9975984cc9bf6c01504253683a491d93f6fc..9521aee7f61dc9e2fbc2289ef6c0586e83042deb 100644 (file)
@@ -360,7 +360,7 @@ template <class T>
 size_t hash_vector(const std::vector<T>& v) {
   return hash_range(v.begin(), v.end());
 }
-}
+} // namespace
 
 TEST(Hash, hash_range) {
   EXPECT_EQ(hash_vector<int32_t>({1, 2}), hash_vector<int16_t>({1, 2}));