Skip to content

Commit 33d7207

Browse files
committed
format
1 parent 7ad64ae commit 33d7207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mem/alloc/bestfit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,8 @@ mod tests {
682682
#[cfg(kani)]
683683
mod verification {
684684
use super::*;
685-
use crate::mem::alloc::MAX_ADDR;
686685
use crate::mem::alloc::Allocator;
686+
use crate::mem::alloc::MAX_ADDR;
687687

688688
fn verify_block(user_ptr: NonNull<u8>, size: usize, next: Option<NonNull<u8>>) {
689689
let control_ptr = unsafe { BestFitAllocator::control_ptr(user_ptr) };

0 commit comments

Comments
 (0)