mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-21 06:12:38 +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{
|
var disconnectCommand = cli.Command{
|
||||||
Name: "disconnect",
|
Name: "disconnect",
|
||||||
Category: "Peers",
|
Category: "Peers",
|
||||||
Usage: "Disconnect a remote lightning peer identified by " +
|
Usage: "Disconnect a remote lightning peer identified by " +
|
||||||
"public key.",
|
"public key.",
|
||||||
ArgsUsage: "<pubkey>",
|
ArgsUsage: "<pubkey>",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user