From e740417f52dc0b266eb406424283ff7471878512 Mon Sep 17 00:00:00 2001 From: gitglorythegreat Date: Thu, 26 Dec 2024 14:23:13 +0800 Subject: [PATCH] fix import order --- cmd/devp2p/nodeset.go | 2 +- core/state/snapshot/iterator_fast.go | 2 +- triedb/pathdb/iterator_fast.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/devp2p/nodeset.go b/cmd/devp2p/nodeset.go index 0eb31be003..4a6df6cdfe 100644 --- a/cmd/devp2p/nodeset.go +++ b/cmd/devp2p/nodeset.go @@ -17,8 +17,8 @@ package main import ( - "cmp" "bytes" + "cmp" "encoding/json" "fmt" "os" diff --git a/core/state/snapshot/iterator_fast.go b/core/state/snapshot/iterator_fast.go index 3ef2cece61..61fc434178 100644 --- a/core/state/snapshot/iterator_fast.go +++ b/core/state/snapshot/iterator_fast.go @@ -17,8 +17,8 @@ package snapshot import ( - "cmp" "bytes" + "cmp" "fmt" "slices" "sort" diff --git a/triedb/pathdb/iterator_fast.go b/triedb/pathdb/iterator_fast.go index 24cd1635eb..966e37a7cb 100644 --- a/triedb/pathdb/iterator_fast.go +++ b/triedb/pathdb/iterator_fast.go @@ -17,8 +17,8 @@ package pathdb import ( - "cmp" "bytes" + "cmp" "fmt" "slices" "sort"