Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed May 10, 2024
1 parent 5d41b0c commit 29b51a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/blocking.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::{controller::ErrorType, data, ControllerToHostPacket};
use crate::controller::ErrorType;
use crate::{data, ControllerToHostPacket};

pub trait Controller: ErrorType {
fn write_acl_data(&self, packet: &data::AclPacket) -> Result<(), Self::Error>;
Expand Down

0 comments on commit 29b51a3

Please sign in to comment.