Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wackazong committed Dec 23, 2024
1 parent e4b7ac5 commit 8a0f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backon/src/sleep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Sleeper for GlooTimersSleep {
pub struct EmbassySleeper;

#[cfg(feature = "embassy-sleep")]
impl Sleeper for EmbassySleep {
impl Sleeper for EmbassySleeper {
type Sleep = embassy_time::Timer;

fn sleep(&self, dur: Duration) -> Self::Sleep {
Expand Down

0 comments on commit 8a0f159

Please sign in to comment.