Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Feb 13, 2024
1 parent 3617ee2 commit 00b59af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/device_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ impl DeviceManager {
} else {
debug!("Initialize DeviceManager, with dynamic port detection");
}
Self { path, device: None, log_path: "log.txt".to_string() }
Self {
path,
device: None,
log_path: "log.txt".to_string(),
}
}

pub fn status(&mut self) -> Result<Status> {
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pub mod parser;
pub mod server;
pub mod types;
pub mod validate;

0 comments on commit 00b59af

Please sign in to comment.