mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
fix lint
This commit is contained in:
parent
4b3fdbbae7
commit
16df2f45dd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ func maxDupStack(n int) int {
|
|||
|
||||
func maxStack(pop, push int) int {
|
||||
return int(params.StackLimit) + pop - push
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue