Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
js2xxx committed Mar 11, 2024
1 parent 9fca2f7 commit 54aa139
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ mod test {
use std::{thread, vec::Vec};

use crate::{
arena::{slab_layout, Arenas, SHARD_SIZE, SLAB_SIZE}, base::{BaseAlloc, Mmap}, heap::{Context, Heap}, Ferroc
arena::{slab_layout, Arenas, SHARD_SIZE, SLAB_SIZE},
base::{BaseAlloc, Mmap},
heap::{Context, Heap},
Ferroc,
};

#[test]
Expand Down

0 comments on commit 54aa139

Please sign in to comment.