Clean up code flow in `ChannelManager`
authorMatt Corallo <git@bluematt.me>
Sun, 10 Sep 2023 17:48:49 +0000 (17:48 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 21 Sep 2023 19:04:41 +0000 (19:04 +0000)
commit341163eeb599a8c5c79e06f0e6d6e8fb2a1e756d
tree2169d7682ca4bad9c54ec27a8ee4fb9dda3f6b9a
parent574c77e7bc95fd8dea5a8058b6b35996cc99db8d
Clean up code flow in `ChannelManager`

In the previous commit various dead code was removed. Here we
finish that cleanup by removing uneccessary indentation and syntax.
lightning/src/ln/channelmanager.rs