Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 11, 2024
1 parent c8602b3 commit 3692cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn main() -> Result<()> {
},
Err(err) => {
eprintln!("Error loading binary: {err}");
return Err(err.into());
return Err(err);
}
}
}
Expand Down

0 comments on commit 3692cce

Please sign in to comment.