Skip to content

Commit

Permalink
apply new goimports version
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 committed Mar 7, 2019
1 parent b962f0b commit c2bfa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/mock_key_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import (

"crypto/x509"

"github.com/btcsuite/btcutil/base58"
"github.com/DE-labtory/bifrost"
"github.com/DE-labtory/iLogger"
"github.com/btcsuite/btcutil/base58"
)

func NewMockKeyPair() (pri bifrost.Key, pub bifrost.Key, err error) {
Expand Down

0 comments on commit c2bfa93

Please sign in to comment.