Skip to content

Commit

Permalink
fix goimports lint (remove space)
Browse files Browse the repository at this point in the history
  • Loading branch information
SangIlMo committed Jun 4, 2024
1 parent 92d1f2f commit e2d3560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ func DoEstimateGas(ctx context.Context, b Backend, args TransactionArgs, blockNr
}
call := args.ToMessage(header.BaseFee)

// Run the gas estimation and wrap any revertals into a custom return
// Run the gas estimation and wrap any revertals into a custom return
estimate, revert, err := gasestimator.Estimate(ctx, call, opts, gasCap)
if err != nil {
if len(revert) > 0 {
Expand Down

0 comments on commit e2d3560

Please sign in to comment.