Skip to content

Commit 967b62b

Browse files
committed
chore: fmt
1 parent 8f397c4 commit 967b62b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/store/fs/options.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ use std::{
44
time::Duration,
55
};
66

7+
pub use super::gc::{GcConfig, ProtectCb, ProtectOutcome};
78
use super::{meta::raw_outboard_size, temp_name};
89
use crate::Hash;
910

10-
pub use super::gc::{GcConfig, ProtectCb, ProtectOutcome};
11-
1211
/// Options for directories used by the file store.
1312
#[derive(Debug, Clone)]
1413
pub struct PathOptions {

0 commit comments

Comments
 (0)