mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-31 16:09:02 +02:00
routing: fix formatting
This commit fixes a formatting issue in the router. The commit is in this PR to demonstrate how the .editorconfig settings also affect the way GitHub displays the code diff.
This commit is contained in:
parent
f268786a87
commit
37578a6b6d
@ -190,9 +190,9 @@ lifecycle:
|
||||
continue
|
||||
}
|
||||
|
||||
err := p.router.cfg.Control.
|
||||
DeleteFailedAttempts(
|
||||
p.identifier)
|
||||
err := p.router.cfg.Control.DeleteFailedAttempts(
|
||||
p.identifier,
|
||||
)
|
||||
if err != nil {
|
||||
log.Errorf("Error deleting failed "+
|
||||
"payment attempts for "+
|
||||
|
Loading…
x
Reference in New Issue
Block a user