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:
Oliver Gugger
2022-07-04 11:14:18 +02:00
parent f268786a87
commit 37578a6b6d

View File

@@ -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 "+