clang-format

This commit is contained in:
gabime
2025-11-28 17:10:57 +02:00
parent 6af5c48d83
commit 2a528b9068
4 changed files with 17 additions and 18 deletions

View File

@@ -87,7 +87,8 @@ TEST_CASE("GMT offset ", "[pattern_formatter]") {
#else
const std::string expected_result = "+??:??\n";
#endif
REQUIRE(log_to_str_with_time(yesterday, "Some message", "%z", spdlog::pattern_time_type::utc, "\n") == expected_result);
REQUIRE(log_to_str_with_time(yesterday, "Some message", "%z", spdlog::pattern_time_type::utc,
"\n") == expected_result);
}
TEST_CASE("color range test1", "[pattern_formatter]") {