Apply clang-tidy

This commit is contained in:
Victor Zverovich
2025-09-01 12:21:17 -07:00
parent 16d371b649
commit 882702c219
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ TEST(args_test, custom_format) {
}
struct to_stringable {
friend fmt::string_view to_string_view(to_stringable) { return {}; }
friend auto to_string_view(to_stringable) -> fmt::string_view { return {}; }
};
FMT_BEGIN_NAMESPACE