Merge pull request #8063 from guggero/fix-linter

cmd/lncli: fix linter complaint by running make fmt
This commit is contained in:
Oliver Gugger 2023-10-06 13:14:17 +00:00 committed by GitHub
commit dce4bb16be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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{