Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rikysya committed Oct 17, 2019
1 parent b7ca985 commit 1b67648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satellite/satellitedb/coinpaymentstxs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ package satellitedb

import (
"context"
"github.com/zeebo/errs"
"math/big"

"github.com/zeebo/errs"

"storj.io/storj/satellite/payments/coinpayments"
"storj.io/storj/satellite/payments/stripecoinpayments"
dbx "storj.io/storj/satellite/satellitedb/dbx"
Expand Down

0 comments on commit 1b67648

Please sign in to comment.