Skip to content

Commit b76ca5d

Browse files
committed
style: format code
1 parent c01ae69 commit b76ca5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/slab.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
//!
33
//! TODO: comments
44
5-
use super::{AllocError, AllocResult, BaseAllocator, ByteAllocator};
5+
use ax_slab_allocator::Heap;
66
use core::alloc::Layout;
77
use core::ptr::NonNull;
8-
use ax_slab_allocator::Heap;
8+
9+
use super::{AllocError, AllocResult, BaseAllocator, ByteAllocator};
910

1011
/// A byte-granularity memory allocator based on the [slab allocator].
1112
///

0 commit comments

Comments
 (0)