mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
Merge pull request #8063 from guggero/fix-linter
cmd/lncli: fix linter complaint by running make fmt
This commit is contained in:
commit
dce4bb16be
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue