mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: remove unused else
This commit is contained in:
parent
9a2b953fff
commit
7b37e71221
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ pub fn setup_capture(file_path: Option<PathBuf>) {
|
||||||
|
|
||||||
let writer = Box::new(Pcap::new(pcap_writer));
|
let writer = Box::new(Pcap::new(pcap_writer));
|
||||||
attach(writer)
|
attach(writer)
|
||||||
} else {
|
|
||||||
// If no file path is provided
|
|
||||||
// Do nothing
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue