diff --git a/src/unordered_map.hh b/src/unordered_map.hh index 822017fe..23897c85 100644 --- a/src/unordered_map.hh +++ b/src/unordered_map.hh @@ -16,7 +16,7 @@ using UnorderedMap = std::unordered_map, std::equal_to::domain()> using UnorderedSet = std::unordered_set, std::equal_to, - Allocator>; + Allocator>; }