Skip to content

Commit

Permalink
Apply rustfmt formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyvb committed Apr 6, 2024
1 parent 4dcf641 commit 60b12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper_example/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! An example how to "extend"/add helper methods to
//! `Device` by implementing a new trait for `Device`
//! in a separate module.
use usbd_class_tester::prelude::*;
use usb_device::class::UsbClass;
use usbd_class_tester::prelude::*;

pub trait DeviceExt<T> {
fn custom_get_status(&mut self, cls: &mut T) -> core::result::Result<Vec<u8>, AnyUsbError>;
Expand Down

0 comments on commit 60b12df

Please sign in to comment.