rustfmt fixes

This commit is contained in:
Eric Yanush 2024-04-22 14:05:28 -06:00
parent e65503e255
commit 5c56aff9c2

View file

@ -292,7 +292,8 @@ impl<'d, T: Instance> Can<'d, T> {
} else {
Poll::Pending
}
}).await;
})
.await;
T::regs().ier().modify(|i| i.set_slkie(false));
}