Skip to content

Commit 8196ed7

Browse files
committed
formatted now
1 parent 1dcf679 commit 8196ed7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/library_checker_aizu_tests/handmade_tests/functional_graph.test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ int main() {
149149
assert(root_of[i].first == fgp.cycle_id[i]);
150150
assert(root_of[i].second == fgp.cycle_pos[i]);
151151
int cyc_len = ssize(cycle[root_of[i].first]);
152-
assert(
153-
cycle[root_of[i].first]
154-
[(root_of[i].second + 1) % cyc_len] ==
152+
assert(cycle[root_of[i].first]
153+
[(root_of[i].second + 1) % cyc_len] ==
155154
a[i]);
156155
assert(fgp.cycle_prev[i] ==
157156
cycle[root_of[i].first]

0 commit comments

Comments
 (0)