style: auto-fix formatting issues with golangci-lint

This commit is contained in:
Krypto Kajun
2025-11-08 12:38:33 -06:00
parent 7748d033e9
commit f09b008a3c
12 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/fraktal/mev-beta/internal/logger"
)

View File

@@ -8,6 +8,7 @@ import (
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/fraktal/mev-beta/internal/logger"
)