Skip to content

Commit a833a9d

Browse files
committed
fmt
1 parent 0ca0b25 commit a833a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/networking/p2p/sync/storage_healing.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ pub(crate) async fn storage_healer(
4747
let healing_start = Instant::now();
4848
let mut total_healed = 0;
4949
while !(stale || cancel_token.is_cancelled()) {
50-
if last_update.elapsed() >= SHOW_PROGRESS_INTERVAL_DURATION
51-
{
50+
if last_update.elapsed() >= SHOW_PROGRESS_INTERVAL_DURATION {
5251
last_update = Instant::now();
5352
let speed = healing_start
5453
.elapsed()

0 commit comments

Comments
 (0)