Skip to content

Commit

Permalink
Fix double reference
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Aug 31, 2024
1 parent d9f1efa commit 8e3e837
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 @@ -51,7 +51,7 @@ fn main() -> Result<()> {
.transpose()?;

let code = runner::run(
&exec[0],
exec[0],
&exec[1..],
in_file.as_deref(),
out_file.as_deref(),
Expand Down

0 comments on commit 8e3e837

Please sign in to comment.