Skip to content

Commit

Permalink
chore: fix ffmt
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Sep 27, 2024
1 parent be577bf commit 5660e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions foyer-storage/src/small/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ mod tests {
use foyer_memory::{Cache, CacheBuilder, FifoConfig};
use tokio::runtime::Handle;

use super::*;
use crate::{
device::{
monitor::{Monitored, MonitoredOptions},
Expand All @@ -308,8 +309,6 @@ mod tests {
DevExt, DirectFsDeviceOptions,
};

use super::*;

fn cache_for_test() -> Cache<u64, Vec<u8>> {
CacheBuilder::new(10)
.with_eviction_config(FifoConfig::default())
Expand Down

0 comments on commit 5660e86

Please sign in to comment.