Skip to content

Commit 93331b4

Browse files
committed
Add final newline back in iter/test.rs
1 parent 955de12 commit 93331b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iter/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,4 +2104,4 @@ fn check_update() {
21042104
v.par_iter_mut().update(|v| v.push(0)).for_each(|_| ());
21052105

21062106
assert_eq!(v, vec![vec![1, 0], vec![3, 2, 1, 0]]);
2107-
}
2107+
}

0 commit comments

Comments
 (0)