cmd/lncli: fix linter complaint by running make fmt

This commit is contained in:
Oliver Gugger 2023-10-05 22:47:02 +02:00
parent 92fe545b0a
commit 7ef11e8ae4
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -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{