Skip to content

Commit

Permalink
clang-tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prharvey committed Dec 29, 2023
1 parent c8f87d2 commit 402e492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ std::string display::colorized_compass_text( const cardinal_direction dir, int w

struct mtype_id_string_less {
bool operator()( const mtype_id &lhs, const mtype_id &rhs ) const {
// NOLINTNEXTLINE(cata-use-localized-sorting)
return lhs.str() < rhs.str();
}
};
Expand Down

0 comments on commit 402e492

Please sign in to comment.