mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-03 11:39:52 +02:00
cmd/lncli: fix linter complaint by running make fmt
This commit is contained in:
parent
92fe545b0a
commit
7ef11e8ae4
@ -680,10 +680,10 @@ func connectPeer(ctx *cli.Context) error {
|
||||
}
|
||||
|
||||
var disconnectCommand = cli.Command{
|
||||
Name: "disconnect",
|
||||
Category: "Peers",
|
||||
Usage: "Disconnect a remote lightning peer identified by " +
|
||||
"public key.",
|
||||
Name: "disconnect",
|
||||
Category: "Peers",
|
||||
Usage: "Disconnect a remote lightning peer identified by " +
|
||||
"public key.",
|
||||
ArgsUsage: "<pubkey>",
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
Loading…
x
Reference in New Issue
Block a user