diff options
| author | Bronson <[email protected]> | 2024-11-10 13:15:41 +1030 |
|---|---|---|
| committer | Bronson <[email protected]> | 2024-11-10 13:15:41 +1030 |
| commit | 32f0cde1cc6f277fb3f91d9fc0cc754c09267376 (patch) | |
| tree | 69bc6a95f6355f51e4cc7c3ef7bd201b981e640c | |
| parent | 8d0882991ee88ce4af52d32bbaebecf40fa57914 (diff) | |
fix formatting
| -rw-r--r-- | embassy-sync/src/watch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/src/watch.rs b/embassy-sync/src/watch.rs index 90dcf97ef..d645ffe17 100644 --- a/embassy-sync/src/watch.rs +++ b/embassy-sync/src/watch.rs | |||
| @@ -308,7 +308,7 @@ impl<M: RawMutex, T: Clone, const N: usize> Watch<M, T, N> { | |||
| 308 | receiver_count: 0, | 308 | receiver_count: 0, |
| 309 | })), | 309 | })), |
| 310 | } | 310 | } |
| 311 | } | 311 | } |
| 312 | 312 | ||
| 313 | /// Create a new `Watch` channel. | 313 | /// Create a new `Watch` channel. |
| 314 | pub const fn new_with(data: Option<T>) -> Self { | 314 | pub const fn new_with(data: Option<T>) -> Self { |
