From 043a6e67fe951f1fca0804a98edda66ce1b5aeea Mon Sep 17 00:00:00 2001 From: Edgar Aroutiounian Date: Thu, 21 Nov 2019 10:55:03 -0800 Subject: [PATCH] [staking] Lint --- cmd/staking/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/staking/root.go b/cmd/staking/root.go index ca68bbab8..053fc106a 100644 --- a/cmd/staking/root.go +++ b/cmd/staking/root.go @@ -183,7 +183,7 @@ func (s *staker) run(cmd *cobra.Command, args []string) error { os.Exit(-1) } - fmt.Println("balance", convertBalanceIntoReadableFormat(bln), "\n") + fmt.Println("balance", convertBalanceIntoReadableFormat(bln)) result, reqOops := baseRequest(stakingRPC, "http://localhost:9500", param) fmt.Println(string(result))