Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Aug 8, 2024
1 parent 5c7954d commit bb9ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/multisig-improved/tests/ms_improved_setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ where
signature_type: SignatureType::Ed25519, // unused
});

let _ = sc.sign(action_id, signatures);
sc.sign(action_id, signatures);
},
)
.assert_ok();
Expand Down

0 comments on commit bb9ec9c

Please sign in to comment.