Skip to content

Commit c869ba2

Browse files
committed
Format
1 parent 0e649a9 commit c869ba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testcppcheck.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class TestCppcheck : public TestFixture {
569569
// this is the "simple" format
570570
const auto s = dinit(Settings,
571571
$.templateFormat = templateFormat, // TODO: remove when we only longer rely on toString() in unique message handling
572-
$.severity.enable (Severity::information);
572+
$.severity.enable (Severity::information);
573573
$.maxConfigs = 2);
574574
Suppressions supprs;
575575
ErrorLogger2 errorLogger;
@@ -595,7 +595,7 @@ class TestCppcheck : public TestFixture {
595595
// this is the "simple" format
596596
const auto s = dinit(Settings,
597597
$.templateFormat = templateFormat, // TODO: remove when we only longer rely on toString() in unique message handling
598-
$.severity.enable (Severity::information);
598+
$.severity.enable (Severity::information);
599599
$.debugwarnings = true);
600600
Suppressions supprs;
601601
ErrorLogger2 errorLogger;

0 commit comments

Comments
 (0)