Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Dec 18, 2019
1 parent 586882f commit 5f53c24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/tests/qtunorderedmap.h
Expand Up @@ -30,8 +30,7 @@ template <typename Key> struct QtHasher {
};

template <typename Key, typename Value>
struct QtUnorderedMap
: public std::unordered_map<Key, Value, QtHasher<Key>> {
struct QtUnorderedMap : public std::unordered_map<Key, Value, QtHasher<Key>> {
};

#endif

0 comments on commit 5f53c24

Please sign in to comment.