Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 14, 2025
1 parent 1e89e9f commit a5bfe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpool/tx_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"crypto/rand"
"encoding/hex"
"fmt"
"github.com/vechain/thor/v2/test/datagen"
"math/big"
"net/http"
"net/http/httptest"
Expand All @@ -26,6 +25,7 @@ import (
"github.com/vechain/thor/v2/genesis"
"github.com/vechain/thor/v2/muxdb"
"github.com/vechain/thor/v2/state"
"github.com/vechain/thor/v2/test/datagen"
"github.com/vechain/thor/v2/thor"
"github.com/vechain/thor/v2/tx"
Tx "github.com/vechain/thor/v2/tx"
Expand Down

0 comments on commit a5bfe3a

Please sign in to comment.