From b7341b418bc70132a646680009a30973c3bb0ebb Mon Sep 17 00:00:00 2001 From: zhangkai Date: Sun, 13 Oct 2024 15:43:56 +0800 Subject: [PATCH] format imports --- ethtxmanager/ethtxmanager.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ethtxmanager/ethtxmanager.go b/ethtxmanager/ethtxmanager.go index 9a69cec01c..2d7b9da95e 100644 --- a/ethtxmanager/ethtxmanager.go +++ b/ethtxmanager/ethtxmanager.go @@ -13,13 +13,12 @@ import ( "sync" "time" + "github.com/0xPolygonHermez/zkevm-node/ethtxmanager/metrics" + "github.com/0xPolygonHermez/zkevm-node/log" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/jackc/pgx/v4" - - "github.com/0xPolygonHermez/zkevm-node/ethtxmanager/metrics" - "github.com/0xPolygonHermez/zkevm-node/log" ) const (