Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Dec 23, 2024
1 parent 667d6ac commit 6aa0c91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arbitrator/tools/stylus_benchmark/src/scenario.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ fn write_wat_beginning(wat: &mut Vec<u8>) {
wat.write_all(b" (func (export \"user_entrypoint\") (param i32) (result i32)\n")
.unwrap();

wat.write_all(b" call $start_benchmark\n")
.unwrap();
wat.write_all(b" call $start_benchmark\n").unwrap();

wat.write_all(b" (loop $loop\n").unwrap();
}
Expand Down

0 comments on commit 6aa0c91

Please sign in to comment.