clang format

This commit is contained in:
gabime
2023-09-15 21:10:47 +03:00
parent 1faeb5b6fa
commit 90e92438c8
13 changed files with 39 additions and 51 deletions

View File

@@ -25,7 +25,6 @@ TEST_CASE("basic_logging ", "[basic_logging]")
// std::string
REQUIRE(log_info(std::string("Hello")) == "Hello");
REQUIRE(log_info(std::string()).empty());
}
TEST_CASE("log_levels", "[log_levels]")