Skip to content

Commit 7e7dabb

Browse files
committed
style: apply cargo fmt to shared.rs
1 parent 36cd283 commit 7e7dabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fff-core/src/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::path::{Path, PathBuf};
22
use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard, Weak};
33
use std::time::{Duration, Instant};
44

5-
use crate::dbs::lmdb::{spawn_lmdb_gc, LmdbStore};
5+
use crate::dbs::lmdb::{LmdbStore, spawn_lmdb_gc};
66
use crate::error::Error;
77
use crate::file_picker::FilePicker;
88
use crate::frecency::FrecencyTracker;

0 commit comments

Comments
 (0)