test: make the linter happy

This commit is contained in:
Michele Caini
2024-10-11 14:05:56 +02:00
parent f9a509a82b
commit 031f340d62

View File

@@ -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;