Skip to content

Commit

Permalink
style: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 21, 2024
1 parent edef2ae commit 0dfa929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/net/packet_pcap.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use std::fs;
use std::time::{Duration, Instant};

use crate::net::find_device;
use crate::net::CaptureDevice;
use crate::net::{find_device, CaptureDevice};
use crate::types::Args;
use crate::utils::cur_time_file;

Expand Down

0 comments on commit 0dfa929

Please sign in to comment.