Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Nov 29, 2024
1 parent 64751b8 commit 66f52c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysminion/src/minion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use libsysinspect::{
SysinspectError,
};
use once_cell::sync::Lazy;
use std::{fs, path::PathBuf, sync::Arc, vec};
use std::{fs, sync::Arc, vec};
use tokio::io::AsyncReadExt;
use tokio::net::{tcp::OwnedReadHalf, TcpStream};
use tokio::sync::Mutex;
Expand Down

0 comments on commit 66f52c7

Please sign in to comment.