Skip to content

Commit b41f0bc

Browse files
reformat vector literal in alloc test
1 parent 0a24e2a commit b41f0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/alloc/src/test.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ macro_rules! tests {
2424
assert_eq!(
2525
list,
2626
vec![
27-
&e, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
28-
23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
29-
45, 46, 47, 48, 49,
27+
&e, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
28+
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
29+
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
3030
]
3131
)
3232
}

0 commit comments

Comments
 (0)