Skip to content

Commit 16df2f4

Browse files
committed
fix lint
1 parent 4b3fdbb commit 16df2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/stack_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ func maxDupStack(n int) int {
3030

3131
func maxStack(pop, push int) int {
3232
return int(params.StackLimit) + pop - push
33-
}
33+
}

0 commit comments

Comments
 (0)