Fixed formatting
This commit is contained in:
@@ -132,8 +132,7 @@ struct relationship_hint_t {
|
||||
|
||||
using relationship_hints_t = std::map<std::string, relationship_hint_t>;
|
||||
|
||||
using type_aliases_t =
|
||||
std::map<std::string, std::string>;
|
||||
using type_aliases_t = std::map<std::string, std::string>;
|
||||
using type_aliases_longer_first_t =
|
||||
std::map<std::string, std::string, std::greater<std::string>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user