Skip to content

Commit a34f22c

Browse files
committed
make fmt
1 parent 4ed3197 commit a34f22c

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

cmd/loop/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14+
"github.com/btcsuite/btcd/btcutil"
1415
"github.com/lightninglabs/lndclient"
1516
"github.com/lightninglabs/loop"
1617
"github.com/lightninglabs/loop/loopd"
@@ -21,9 +22,6 @@ import (
2122
"github.com/lightninglabs/protobuf-hex-display/proto"
2223
"github.com/lightningnetwork/lnd/lncfg"
2324
"github.com/lightningnetwork/lnd/macaroons"
24-
25-
"github.com/btcsuite/btcd/btcutil"
26-
2725
"github.com/urfave/cli"
2826
"google.golang.org/grpc"
2927
"google.golang.org/grpc/credentials"

loopd/swapclient_server_debug.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ import (
77
"context"
88
"fmt"
99

10-
"gopkg.in/macaroon-bakery.v2/bakery"
11-
1210
"github.com/lightninglabs/lndclient"
1311
"github.com/lightninglabs/loop/looprpc"
12+
"gopkg.in/macaroon-bakery.v2/bakery"
1413
)
1514

1615
var (

server_mock_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"errors"
66
"testing"
7-
87
"time"
98

109
"github.com/btcsuite/btcd/btcutil"

0 commit comments

Comments
 (0)