Skip to content

Commit ad090ba

Browse files
committed
fix style
1 parent 85bbeed commit ad090ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/evm/src/runner/stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ mod tests {
14101410
})
14111411
);
14121412

1413-
let measured_proof_size_before = get_proof_size().unwrap_or_default();;
1413+
let measured_proof_size_before = get_proof_size().unwrap_or_default();
14141414
// Should succeed if there is no reentrancy
14151415
let res = Runner::<Test>::execute(
14161416
H160::default(),

0 commit comments

Comments
 (0)