Skip to content

Commit 5ccddc7

Browse files
fix format
1 parent dcf1882 commit 5ccddc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/memchr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub fn memrchr(x: u8, text: &[u8]) -> Option<usize> {
168168
pub mod verify {
169169
use super::*;
170170
use crate::kani;
171-
171+
172172
#[kani::proof]
173173
#[cfg(not(all(target_arch = "x86_64", target_feature = "sse2")))]
174174
pub fn check_memchr_naive() {

0 commit comments

Comments
 (0)