Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed Jun 30, 2024
1 parent 2ea0776 commit 7a4fc20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use rusqlite::{
};
use thiserror::Error;

use crate::{
cache::filetree::SizeTree,
restic::Snapshot,
};
use crate::{cache::filetree::SizeTree, restic::Snapshot};

pub mod filetree;
#[cfg(any(test, feature = "bench"))]
Expand Down

0 comments on commit 7a4fc20

Please sign in to comment.