clang format

This commit is contained in:
gabime
2025-05-08 13:34:02 +03:00
parent 493f5b0581
commit 9a86d1f2ba
23 changed files with 211 additions and 211 deletions

View File

@@ -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++) {