Skip to content

Commit e3e3bd4

Browse files
authored
applease rustfmt
1 parent 5dc13b3 commit e3e3bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,10 +1300,10 @@ mod tests {
13001300

13011301
assert_eq!(xs, array);
13021302
assert_eq!(array, xs);
1303-
1303+
13041304
assert_eq!(xs, array.as_slice());
13051305
assert_eq!(array.as_slice(), xs);
1306-
1306+
13071307
assert_eq!(xs, &array);
13081308
assert_eq!(&array, xs);
13091309

0 commit comments

Comments
 (0)