fix cargo fmt whoops

This commit is contained in:
Lotte Steenbrink 2021-04-23 18:46:27 +02:00
parent 4416e04c8e
commit ca98934704

View file

@ -44,10 +44,8 @@ fn on_event(_usbd: &USBD, event: Event) {
Event::UsbEp0DataDone => todo!(),
// leave this at it is for now.
Event::UsbEp0Setup => {
log::info!("goal reached; move to the next section");
}
}
}