From 5a55f5a6882162699b4e732017bba165c6d7f9f8 Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Fri, 1 Mar 2024 16:54:35 -0500 Subject: [PATCH] lint --- analyzer/evmabibackfill/evm_abi_backfill_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/analyzer/evmabibackfill/evm_abi_backfill_test.go b/analyzer/evmabibackfill/evm_abi_backfill_test.go index 604daa279..e4ddf737d 100644 --- a/analyzer/evmabibackfill/evm_abi_backfill_test.go +++ b/analyzer/evmabibackfill/evm_abi_backfill_test.go @@ -7,11 +7,12 @@ import ( ethCommon "github.com/ethereum/go-ethereum/common" + "github.com/oasisprotocol/oasis-sdk/client-sdk/go/modules/evm" + "github.com/stretchr/testify/require" + "github.com/oasisprotocol/nexus/analyzer/evmabi" "github.com/oasisprotocol/nexus/common" "github.com/oasisprotocol/nexus/log" - "github.com/oasisprotocol/oasis-sdk/client-sdk/go/modules/evm" - "github.com/stretchr/testify/require" ) // TODO: Update WROSE source and add tests for more txs, mismatched txs, and custom errors