Skip to content

Commit 434c09a

Browse files
authored
format
1 parent ad92a0b commit 434c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main() {
2626
return sum == 0;
2727
});
2828
if(idx == n) idx = -1;
29-
cout<<idx<<'\n';
29+
cout << idx << '\n';
3030
} else {
3131
assert(type == 4);
3232
int total = st.query(0, k);

0 commit comments

Comments
 (0)