Fix formatting

This commit is contained in:
Joscha 2024-03-04 00:08:27 +01:00
parent 761e8baeba
commit 94052c5a65

View file

@ -60,6 +60,7 @@ pub trait WidgetExt: Sized {
{
BoxedAsync::new(self)
}
fn desync(self) -> Desync<Self> {
Desync(self)
}