From c387186f885f9a3492c70282d205fc0a1b141b55 Mon Sep 17 00:00:00 2001 From: ucwong Date: Fri, 28 Apr 2023 13:33:14 -0500 Subject: [PATCH] eth/ethconfig: go fmt (#27194) --- eth/ethconfig/gen_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/ethconfig/gen_config.go b/eth/ethconfig/gen_config.go index 0070ba4c0..7d7fd3266 100644 --- a/eth/ethconfig/gen_config.go +++ b/eth/ethconfig/gen_config.go @@ -144,7 +144,7 @@ func (c *Config) UnmarshalTOML(unmarshal func(interface{}) error) error { RPCGasCap *uint64 RPCEVMTimeout *time.Duration RPCTxFeeCap *float64 - OverrideCancun *uint64 `toml:",omitempty"` + OverrideCancun *uint64 `toml:",omitempty"` } var dec Config if err := unmarshal(&dec); err != nil {