Skip to content

Commit

Permalink
test: make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 11, 2024
1 parent f9a509a commit 031f340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/entt/core/type_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ struct nlohmann_json_like final {

struct clazz {
char foo(int) {
return {};
return static_cast<char>(quux);
}

[[nodiscard]] int bar(double, float) const {
return {};
return static_cast<int>(quux);
}

bool quux;
Expand Down

0 comments on commit 031f340

Please sign in to comment.