Skip to content

Commit

Permalink
Two lines out
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej committed Oct 15, 2024
1 parent bacaa64 commit e613483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/partial_quicksync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ pub fn check_for_restore_points(

let first = start_points.first().unwrap();
let last = start_points.last().unwrap();
println!("Possible to restore from {} to {} ", first.from, last.to);
println!("Possible to restore from: {}", first.from);
println!("Possible to restore up to: {}", last.to);
Ok(())

Check warning on line 293 in src/partial_quicksync.rs

View check run for this annotation

Codecov / codecov/patch

src/partial_quicksync.rs#L289-L293

Added lines #L289 - L293 were not covered by tests
}

Expand Down

0 comments on commit e613483

Please sign in to comment.