clang-format

This commit is contained in:
gabime
2025-10-11 15:50:16 +03:00
parent 4418909af2
commit 1bea38edcc
3 changed files with 3 additions and 3 deletions

View File

@@ -50,4 +50,3 @@ TEST_CASE("ringbuffer retrieval limit", "[ringbuffer]") {
REQUIRE(formatted[0] == spdlog::fmt_lib::format("B{}", default_eol));
REQUIRE(formatted[1] == spdlog::fmt_lib::format("C{}", default_eol));
}