Skip to content

Commit dc5f592

Browse files
committed
Format
1 parent ac8e981 commit dc5f592

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/testother.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12745,10 +12745,10 @@ class TestOther : public TestFixture {
1274512745
ASSERT_EQUALS("", errout_str());
1274612746

1274712747
check("void f(std::ifstream& fin, std::set<std::string>& s) {\n"
12748-
" std::string line;\n"
12749-
" while (std::getline(fin, line)) {\n"
12750-
" s.emplace(std::move(line));\n"
12751-
" }\n"
12748+
" std::string line;\n"
12749+
" while (std::getline(fin, line)) {\n"
12750+
" s.emplace(std::move(line));\n"
12751+
" }\n"
1275212752
"}\n");
1275312753
ASSERT_EQUALS("", errout_str());
1275412754
}

0 commit comments

Comments
 (0)