Skip to content

Commit

Permalink
chore(BUX-147): fix gci linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Aug 24, 2023
1 parent 1538cf7 commit 8f038b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/tls"
"errors"
"fmt"
broadcast_client "github.com/bitcoin-sv/go-broadcast-client/broadcast/broadcast-client"
"net/url"
"strings"
"time"
Expand All @@ -15,6 +14,7 @@ import (
"github.com/BuxOrg/bux/cluster"
"github.com/BuxOrg/bux/taskmanager"
"github.com/BuxOrg/bux/utils"
broadcast_client "github.com/bitcoin-sv/go-broadcast-client/broadcast/broadcast-client"
"github.com/go-redis/redis/v8"
"github.com/mrz1836/go-cachestore"
"github.com/mrz1836/go-datastore"
Expand Down

0 comments on commit 8f038b1

Please sign in to comment.