From 7e3448b177be75802e6eb14430fb1e42d3a00c85 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Fri, 3 Apr 2026 09:21:22 +0100 Subject: [PATCH] go fmt --- eth/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth/backend.go b/eth/backend.go index 23b0267f0e..0b25ff63b0 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -241,8 +241,8 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) { HistoryPolicy: histPolicy, TxLookupLimit: int64(min(config.TransactionHistory, math.MaxInt64)), VmConfig: vm.Config{ - EnablePreimageRecording: config.EnablePreimageRecording, - EnableExperimentalInterpreter: config.EnableExperimentalInterpreter, + EnablePreimageRecording: config.EnablePreimageRecording, + EnableExperimentalInterpreter: config.EnableExperimentalInterpreter, }, // Enables file journaling for the trie database. The journal files will be stored // within the data directory. The corresponding paths will be either: