Correct indentation in `get_pending_htlc_stats`
authorMatt Corallo <git@bluematt.me>
Wed, 27 Mar 2024 02:21:40 +0000 (02:21 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 2 May 2024 15:39:03 +0000 (15:39 +0000)
commit0e831b4bd0615a980e024fd0c63c5a3752fc718c
treecb18c41ae5d7853852a380ff2169d3c159029fe5
parent2937000051e9a047702f89de7268f88c2503106e
Correct indentation in `get_pending_htlc_stats`

The previous commit left indentation in `get_pending_htlc_stats`
deliberately wrong, to ease reviewability. This commit fixes the
indentation.
lightning/src/ln/channel.rs