clang-format

This commit is contained in:
gabime
2019-06-14 00:23:51 +03:00
parent c09dee7717
commit db5af8ead1
4 changed files with 9 additions and 10 deletions

View File

@@ -301,4 +301,3 @@ TEST_CASE("full filename formatter", "[pattern_formatter]")
formatter.format(msg, formatted);
REQUIRE(fmt::to_string(formatted) == "/a/b/c/d/myfile.cpp:123");
}