From 1a164db375d4cd4d5de4cd30ca6475312a33816f Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sat, 27 Jan 2018 15:05:32 -0800 Subject: [PATCH] cmd/lncli: fix linter error --- cmd/lncli/commands.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 2cf5cff5..5957a141 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -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)