Skip to content

Commit d766e24

Browse files
committed
style: rustfmt
1 parent 52c6dfe commit d766e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/slayerfs/src/chuck/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ use hex::encode;
1212
use libc::{KEYCTL_CAPS0_CAPABILITIES, SYS_remap_file_pages, VM_VFS_CACHE_PRESSURE};
1313
use moka::{Entry, ops::compute::Op};
1414
use sha2::{Digest, Sha256};
15-
use tracing::info;
1615
use std::{collections::HashMap, fs, io::SeekFrom, path::PathBuf};
1716
use tokio::io::{self, AsyncReadExt, AsyncSeekExt, AsyncWriteExt};
17+
use tracing::info;
1818

1919
/// 抽象块存储接口(后续可由 cadapter/S3 等实现)。
2020
#[async_trait]

0 commit comments

Comments
 (0)