Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmithTT committed Nov 18, 2024
1 parent 7c48bda commit 0a9d1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/test_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include <gtest/gtest.h>

#include <filesystem>
#include <fstream>
#include <string>
Expand Down Expand Up @@ -222,4 +223,3 @@ TEST_F(LoggerTest, StderrAndDiskPerformance) {
std::cout << ts.to_string() << " for " << num_messages << " messages below level threshold" << std::endl;
}
}

0 comments on commit 0a9d1e7

Please sign in to comment.