Skip to content

Commit 782c680

Browse files
committed
fix grep
1 parent 3bb2857 commit 782c680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library_checker_aizu_tests/graphs/bcc_callback_aizu_two_edge_cc.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ int main() {
2323
});
2424
ranges::sort(bridges);
2525
for (auto [u, v] : bridges)
26-
cout << u << ' ' << v << endl;
26+
cout << u << ' ' << v << '\n';
2727
return 0;
2828
}

0 commit comments

Comments
 (0)