mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
fix formatting
This commit is contained in:
parent
8d0882991e
commit
32f0cde1cc
@ -308,7 +308,7 @@ impl<M: RawMutex, T: Clone, const N: usize> Watch<M, T, N> {
|
|||||||
receiver_count: 0,
|
receiver_count: 0,
|
||||||
})),
|
})),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create a new `Watch` channel.
|
/// Create a new `Watch` channel.
|
||||||
pub const fn new_with(data: Option<T>) -> Self {
|
pub const fn new_with(data: Option<T>) -> Self {
|
||||||
|
Loading…
Reference in New Issue
Block a user