cmd/lncli: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2018-01-27 15:05:32 -08:00
parent ffbcf7db4f
commit 1a164db375
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -1221,8 +1221,8 @@ func addInvoice(ctx *cli.Context) error {
preimage []byte
descHash []byte
receipt []byte
amt int64
err error
amt int64
err error
)
client, cleanUp := getClient(ctx)