From 9eeb43a5ab1049f9100c5c193303de66893f32a9 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Wed, 20 May 2026 09:21:22 +0800 Subject: [PATCH] core/types/bal: fix lint --- core/types/bal/bal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/bal/bal_test.go b/core/types/bal/bal_test.go index 8b7bf3b676..fae4856ac6 100644 --- a/core/types/bal/bal_test.go +++ b/core/types/bal/bal_test.go @@ -19,7 +19,6 @@ package bal import ( "bytes" "cmp" - "github.com/ethereum/go-ethereum/params" "math" "reflect" "slices" @@ -27,6 +26,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/internal/testrand" + "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/rlp" "github.com/holiman/uint256" )