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>>; type Target = RwLock<HashMap<String, Chunk>>;
#[inline] #[inline]
fn deref(&self) -> &Self::Target { fn deref(&self) -> &Self::Target { &self.cache }
&self.cache
}
} }
impl Default for Loader { impl Default for Loader {