Skip to content

Commit f2b6a76

Browse files
vyzoStebalien
authored andcommitted
clippy
1 parent 8593c7a commit f2b6a76

File tree

1 file changed

+2
-2
lines changed
  • actors/evm/src/interpreter/instructions

1 file changed

+2
-2
lines changed

actors/evm/src/interpreter/instructions/call.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ mod tests {
761761

762762
let params = crate::DelegateCallParams {
763763
code: bytecode_cid,
764-
input: input_data.into(),
765-
caller: caller,
764+
input: input_data,
765+
caller,
766766
value: TokenAmount::zero(),
767767
};
768768

0 commit comments

Comments
 (0)