Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Feb 29, 2024
1 parent 0579f30 commit f5924f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/relay_entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"fmt"
"testing"

"github.com/flashbots/go-boost-utils/utils"

"github.com/flashbots/go-boost-utils/types"
"github.com/flashbots/go-boost-utils/utils"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit f5924f3

Please sign in to comment.