mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 18:43:42 +02:00
multi: fix issues reported by whitespace linter
This commit is contained in:
@ -1653,7 +1653,6 @@ func (r *rpcServer) ConnectPeer(ctx context.Context,
|
||||
if err := r.server.ConnectToPeer(
|
||||
peerAddr, in.Perm, timeout,
|
||||
); err != nil {
|
||||
|
||||
rpcsLog.Errorf(
|
||||
"[connectpeer]: error connecting to peer: %v", err,
|
||||
)
|
||||
|
Reference in New Issue
Block a user