mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: fix formatting issue
This commit is contained in:
parent
b04e8382d0
commit
964aa5d2d9
1 changed files with 1 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue