Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed May 2, 2024
1 parent e753c6c commit 56aa13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ fn verify_files_main(
let files = files_mutex.lock().unwrap();
print_warning(options, &files, err)?;
}
write_jani_file(&options, entered.deref())?;
write_jani_file(options, entered.deref())?;
}

// Desugar encodings from source units
Expand Down

0 comments on commit 56aa13b

Please sign in to comment.