Skip to content

Commit 8562d94

Browse files
committed
tidy
1 parent 109d5c7 commit 8562d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mir-opt/lower_array_len.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ fn main() {
4444
let _ = array_bound_mut(3, &mut [0, 1, 2, 3]);
4545
let _ = array_len(&[0]);
4646
let _ = array_len_by_value([0, 2]);
47-
}
47+
}

0 commit comments

Comments
 (0)