Update extractor/src/main.rs

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Tom Hvitved
2021-09-20 12:50:24 +02:00
committed by GitHub
parent b2d0c60a02
commit 1393dc9eb4

View File

@@ -176,7 +176,7 @@ fn main() -> std::io::Result<()> {
let path = PathBuf::from("extras");
let mut trap_writer = extractor::new_trap_writer();
&trap_writer.populate_empty_location();
trap_writer.populate_empty_location();
write_trap(&trap_dir, path, trap_writer, &trap_compression)
}