Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 29, 2024
1 parent bf92af3 commit f815c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testassert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class TestAssert : public TestFixture {
"}");
ASSERT_EQUALS("", errout_str());

check("struct S {\n" // #4811
check("struct S {\n" // #4811
" void f() const;\n"
" bool g(std::ostream& os = std::cerr) const;\n"
"};\n"
Expand Down

0 comments on commit f815c79

Please sign in to comment.