From f2c998920a86f5a21d729d31982de236540e3f85 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Fri, 22 Mar 2024 14:37:53 +0100 Subject: [PATCH] triedb/pathdb: go format --- triedb/pathdb/testutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triedb/pathdb/testutils.go b/triedb/pathdb/testutils.go index ed068597e1..0c99565b8e 100644 --- a/triedb/pathdb/testutils.go +++ b/triedb/pathdb/testutils.go @@ -20,7 +20,7 @@ import ( "bytes" "fmt" "slices" - + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto"