Sybren A. Stüvel da4dd490d0 Cleanup: explicitly silence linter for empty else clause
The `else` block does contain a comment to explain what situation we're
in when the `if` condition is false. I like that construct, but
golangci-lint did not.

No functional changes.
2025-03-20 13:46:20 +01:00
..