Skip to content

Commit 9629d00

Browse files
fix format
1 parent e13feed commit 9629d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/slice/ascii.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ pub mod verify {
567567
let a: [u8; 100] = kani::any();
568568
let b: [u8; 100] = kani::any();
569569
let _ret = a.eq_ignore_ascii_case(b.as_slice());
570-
}
570+
}
571571

572572
#[kani::proof]
573573
fn check_is_ascii_simple() {
@@ -579,5 +579,5 @@ pub mod verify {
579579
fn check_trim_ascii_end() {
580580
let mut a: [u8; 100] = kani::any();
581581
let _ret = a.trim_ascii_end();
582-
}
582+
}
583583
}

0 commit comments

Comments
 (0)