style: format imports in scanner files

This commit is contained in:
Krypto Kajun
2025-11-08 12:35:24 -06:00
parent 0fd34cdb46
commit 7748d033e9

View File

@@ -1,8 +1,9 @@
package scanner package scanner
import ( import (
"github.com/ethereum/go-ethereum/common"
"math/big" "math/big"
"github.com/ethereum/go-ethereum/common"
) )
// TokenDecimalMap provides decimal information for common tokens // TokenDecimalMap provides decimal information for common tokens