Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Mar 7, 2024
1 parent a910b57 commit 796e331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/teststl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5712,8 +5712,8 @@ class TestStl : public TestFixture {
check("void f(const std::vector<int>& v) {\n"
" int maxY = 0;\n"
" for (int y : v) {\n"
" if (y > maxY)\n"
" maxY = y;\n"
" if (y > maxY)\n"
" maxY = y;\n"
" }\n"
"}\n",
true);
Expand Down

0 comments on commit 796e331

Please sign in to comment.