Clang format

This commit is contained in:
gabime
2024-04-30 12:28:13 +03:00
parent 37b847692e
commit 22b0f4fc06
12 changed files with 53 additions and 61 deletions

View File

@@ -132,8 +132,8 @@ TEST_CASE("multithread flush", "[async]") {
}
REQUIRE(test_sink->flush_counter() >= 1);
REQUIRE(test_sink->flush_counter() + errmsgs.size() == n_threads * flush_count);
if (errmsgs.size() > 0) {
REQUIRE(errmsgs[0] == "Broken promise");
if (errmsgs.size() > 0) {
REQUIRE(errmsgs[0] == "Broken promise");
}
}