Skip to content

Commit cb63379

Browse files
style: apply zig fmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 53fcfdf commit cb63379

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interpreter/opcodes/call.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ fn callImpl(
190190
return;
191191
}
192192

193-
194193
const after_base = remaining - base_cost;
195194

196195
// Pre-EIP-150 (Frontier/Homestead): the caller must have gas_remaining >= base_cost + gas_val.

0 commit comments

Comments
 (0)