Skip to content

Commit e740a61

Browse files
committed
fix nit
1 parent 042569a commit e740a61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/evm/fuzz/src/strategies/param.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,8 @@ pub fn fuzz_param_from_state(
149149
break;
150150
}
151151
}
152-
153-
DynSolValue::Address(fuzzed_addr)
154-
} else {
155-
DynSolValue::Address(fuzzed_addr)
156152
}
153+
DynSolValue::Address(fuzzed_addr)
157154
})
158155
.boxed()
159156
}

0 commit comments

Comments
 (0)