fix: fix formatting issue

This commit is contained in:
hankertrix 2025-03-01 21:29:58 +08:00
parent b04e8382d0
commit 964aa5d2d9

View file

@ -20,9 +20,7 @@ impl Deref for Loader {
type Target = RwLock<HashMap<String, Chunk>>;
#[inline]
fn deref(&self) -> &Self::Target {
&self.cache
}
fn deref(&self) -> &Self::Target { &self.cache }
}
impl Default for Loader {