Skip to content

Commit

Permalink
format: formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Apr 6, 2024
1 parent 4465f54 commit 4a23cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/Hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ template <ll::concepts::Require<phmap::has_hash_value> T>
struct hash<T> {
inline size_t operator()(T const& val) const { return hash_value(val); }
};
}
} // namespace std
2 changes: 1 addition & 1 deletion src/worldedit/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ struct Config {
// "#29ADFF"
// "#83769C"
// "#FF77A8"
// "#FFCCAA"
// "#FFCCAA"

0 comments on commit 4a23cd1

Please sign in to comment.