mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
clang format
This commit is contained in:
@@ -166,7 +166,7 @@ TEST_CASE("rotating_file_logger5", "[rotating_logger]") {
|
||||
for (int i = 0; i < n_messages; ++i) {
|
||||
logger->info(message, i);
|
||||
}
|
||||
logger.reset(); // force flush and close the file
|
||||
logger.reset(); // force flush and close the file
|
||||
|
||||
// validate that the files were rotated correctly with the new max size and max files
|
||||
for (int i = 0; i <= max_files; i++) {
|
||||
|
Reference in New Issue
Block a user