Skip to content

Commit 7f9b832

Browse files
committed
Fix formatting
1 parent 5ea9f23 commit 7f9b832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async/src/async_sunset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
pub use log::{debug, error, info, log, trace, warn};
33

44
use core::future::{poll_fn, Future};
5+
use core::pin::pin;
56
use core::sync::atomic::AtomicBool;
67
use core::sync::atomic::Ordering::{Relaxed, SeqCst};
78
use core::task::{Context, Poll, Poll::Pending, Poll::Ready};
8-
use core::pin::pin;
99

1010
use embassy_futures::join;
1111
use embassy_futures::select::select;

0 commit comments

Comments
 (0)