fix clippy hints

This commit is contained in:
Alexander Weiss 2023-01-28 06:18:42 +01:00
parent e807866469
commit 61b8da9ef8

View File

@ -106,7 +106,7 @@ pub(super) fn execute(
match (old_snap_ids.is_empty(), opts.dry_run) {
(true, _) => println!("no snapshot changed."),
(false, true) => {
println!("would have modified the following snapshots:\n {old_snap_ids:?}")
println!("would have modified the following snapshots:\n {old_snap_ids:?}");
}
(false, false) => {
let p = progress_counter("saving new snapshots...");