From 7748d033e9a5d1c3c03dc0275d6ed889bc97a07a Mon Sep 17 00:00:00 2001 From: Krypto Kajun Date: Sat, 8 Nov 2025 12:35:24 -0600 Subject: [PATCH] style: format imports in scanner files --- pkg/scanner/decimal_fix.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/scanner/decimal_fix.go b/pkg/scanner/decimal_fix.go index 231ca79..7aa03fb 100644 --- a/pkg/scanner/decimal_fix.go +++ b/pkg/scanner/decimal_fix.go @@ -1,8 +1,9 @@ package scanner import ( - "github.com/ethereum/go-ethereum/common" "math/big" + + "github.com/ethereum/go-ethereum/common" ) // TokenDecimalMap provides decimal information for common tokens