Skip to content

Commit

Permalink
Appease Clippy-sama
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Feb 22, 2024
1 parent b86b6de commit c17c550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuel-vm/src/checked_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,7 @@ mod tests {
fn arb_tx(rng: &mut StdRng) -> Script {
let input_amount = 1000;
let gas_limit = 1000;
let tx = base_asset_tx(rng, input_amount, gas_limit);
tx
base_asset_tx(rng, input_amount, gas_limit)
}

#[test]
Expand Down

0 comments on commit c17c550

Please sign in to comment.