clang-format

This commit is contained in:
Tom Benham 2026-04-29 00:13:38 +02:00
parent 617137ecfc
commit e04f1e0801

View file

@ -155,7 +155,7 @@ class CTestCase {
std::string{haystack}); \
MARK_TEST_FAILED_SILENT(); \
} else { \
LOG_OK("{} contains {}.", #haystack, #needle); \
LOG_OK("{} contains {}.", #haystack, #needle); \
}
#define EXPECT_NOT_CONTAINS(haystack, needle) \