Skip to content

Commit

Permalink
Gofumpt.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Sep 20, 2023
1 parent d8eba3e commit 3d5a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/components/batch_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (executor *batchExecutor) CreateGenesisState(
return nil, nil, err
}

var limit = params.MaxGasLimit / 6
limit := params.MaxGasLimit / 6
if gasLimit != nil {
limit = gasLimit.Uint64()
}
Expand Down

0 comments on commit 3d5a445

Please sign in to comment.