From 94f9809de3f8b6c8297e2d342a1766ee6ec84efe Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 14 Nov 2024 11:35:08 +0100 Subject: [PATCH] chg: fix lint --- bor/client/grpc/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bor/client/grpc/query.go b/bor/client/grpc/query.go index 9d2999b9c..6df82c997 100644 --- a/bor/client/grpc/query.go +++ b/bor/client/grpc/query.go @@ -3,10 +3,10 @@ package grpc import ( "context" "fmt" - "github.com/ethereum/go-ethereum/common/hexutil" "math/big" "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/math" ethTypes "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/log"