fix formatting

This commit is contained in:
Bronson 2024-11-10 13:15:41 +10:30
parent 8d0882991e
commit 32f0cde1cc

View File

@ -308,7 +308,7 @@ impl<M: RawMutex, T: Clone, const N: usize> Watch<M, T, N> {
receiver_count: 0,
})),
}
}
}
/// Create a new `Watch` channel.
pub const fn new_with(data: Option<T>) -> Self {