Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wackazong committed Dec 23, 2024
1 parent 3560865 commit 9b27b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backon/src/blocking_sleep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ impl BlockingSleeper for StdSleeper {
fn sleep(&self, dur: Duration) {
std::thread::sleep(dur)
}
}
}

0 comments on commit 9b27b9a

Please sign in to comment.