From 011bf290cd62464be46679668ff389d801aae28a Mon Sep 17 00:00:00 2001 From: findfluctuate Date: Fri, 12 Dec 2025 16:04:47 +0800 Subject: [PATCH] chore: execute goimports to format the code Signed-off-by: findfluctuate --- cmd/es-utils/utils/optimism_blob_encoder.go | 1 + ethstorage/prover/zk_prover_go_windows.go | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/es-utils/utils/optimism_blob_encoder.go b/cmd/es-utils/utils/optimism_blob_encoder.go index fec7389b..b2aeb11f 100644 --- a/cmd/es-utils/utils/optimism_blob_encoder.go +++ b/cmd/es-utils/utils/optimism_blob_encoder.go @@ -3,6 +3,7 @@ package utils import ( "errors" "fmt" + "github.com/ethereum/go-ethereum/crypto/kzg4844" ) diff --git a/ethstorage/prover/zk_prover_go_windows.go b/ethstorage/prover/zk_prover_go_windows.go index b6e0bf77..fa8a909e 100644 --- a/ethstorage/prover/zk_prover_go_windows.go +++ b/ethstorage/prover/zk_prover_go_windows.go @@ -6,10 +6,11 @@ package prover import ( - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/log" "math/big" "sync" + + "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/log" ) type ZKProverGo struct {