From a291fa7649c9372b13ce03443dd82da4bdf6eade Mon Sep 17 00:00:00 2001 From: anshalshukla Date: Thu, 12 Sep 2024 15:25:44 +0530 Subject: [PATCH] fix: lint --- core/state/statedb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/statedb_test.go b/core/state/statedb_test.go index 424eab86c4..8d1a8c9cf9 100644 --- a/core/state/statedb_test.go +++ b/core/state/statedb_test.go @@ -32,8 +32,8 @@ import ( "testing" "testing/quick" - "github.com/stretchr/testify/assert" "github.com/holiman/uint256" + "github.com/stretchr/testify/assert" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/blockstm"