Skip to content

Commit

Permalink
Fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Jan 17, 2025
1 parent 007704d commit 41a154e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/src/syscalls/exec_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ where
data_piece_id,
offset,
length,
argc: argc,
argv: argv,
argc,
argv,
},
));
Err(VMError::Yield)
Expand Down

0 comments on commit 41a154e

Please sign in to comment.