Skip to content

Commit 326caf7

Browse files
committed
fix: executor semaphore whitespace
1 parent 2b446de commit 326caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/src/embassy/executor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl Executor {
1818
pub fn new() -> Self {
1919
Self {
2020
inner: None,
21-
poll_needed: Semaphore::new(0,1).unwrap(),
21+
poll_needed: Semaphore::new(0, 1),
2222
not_send: PhantomData,
2323
}
2424
}

0 commit comments

Comments
 (0)