Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 18, 2024
1 parent 5f84875 commit cd3dbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo-vm-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fn run(args: impl Iterator<Item = String>) -> Result<(), Error> {
cairo_runner
.get_cairo_pie(&vm)
.map_err(CairoRunError::Runner)?
.write_zip_file(&file_path)
.write_zip_file(file_path)
.unwrap()
}

Expand Down

0 comments on commit cd3dbaf

Please sign in to comment.