Skip to content

Commit 1393dc9

Browse files
hvitvednickrolfe
andauthored
Update extractor/src/main.rs
Co-authored-by: Nick Rolfe <[email protected]>
1 parent b2d0c60 commit 1393dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fn main() -> std::io::Result<()> {
176176

177177
let path = PathBuf::from("extras");
178178
let mut trap_writer = extractor::new_trap_writer();
179-
&trap_writer.populate_empty_location();
179+
trap_writer.populate_empty_location();
180180
write_trap(&trap_dir, path, trap_writer, &trap_compression)
181181
}
182182

0 commit comments

Comments
 (0)