mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 23:46:17 +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:
@@ -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 "+
|
||||
|
Reference in New Issue
Block a user