Skip to content

Commit ecc0794

Browse files
committed
tools+session: run make fmt
1 parent f0d0342 commit ecc0794

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

session/tlv_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
)
1212

1313
var (
14-
testRootKey = []byte("54321")
15-
testID = []byte("dummyId")
16-
testLocation = "lnd"
17-
testVersion = macaroon.LatestVersion
14+
testRootKey = []byte("54321")
15+
testID = []byte("dummyId")
16+
testLocation = "lnd"
17+
testVersion = macaroon.LatestVersion
1818
)
1919

2020
func createDummyMacaroon(t *testing.T) *macaroon.Macaroon {

tools.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
//go:build tools
12
// +build tools
23

34
package terminal
45

56
import (
6-
// This is a workaround to make sure go mod keeps around the
7+
// This is a workaround to make sure go mod keeps around the
78
// dependencies in the go.sum file that we only use during compilation
89
// of the CLI binaries that are delivered together with LiT.
910
_ "github.com/lightninglabs/faraday/cmd/frcli"

0 commit comments

Comments
 (0)