formatting

This commit is contained in:
Aram 🍐 2024-12-01 12:03:51 -05:00
parent 9ccd2e19f6
commit 88ce124544

View file

@ -55,8 +55,14 @@ impl VirtualIpDevice {
}
impl smoltcp::phy::Device for VirtualIpDevice {
type RxToken<'a> = RxToken where Self: 'a;
type TxToken<'a> = TxToken where Self: 'a;
type RxToken<'a>
= RxToken
where
Self: 'a;
type TxToken<'a>
= TxToken
where
Self: 'a;
fn receive(&mut self, _timestamp: Instant) -> Option<(Self::RxToken<'_>, Self::TxToken<'_>)> {
let next = {