Commit adc714a
committed
Rustfmt ~10 or less line methods in ChannelManager
rustfmt::skips were added recently all over channelmanager in order for
formatting to be enforced for all new code added to the file.
Here we remove a bunch of those skips that aren't necessary because the
methods that are skipped are so short.
Does not include cfg(splicing) code.
Here we just remove the rustfmt skips, in the next commit we'll clean up the
code that rustfmt made too vertical.1 parent 3333b6d commit adc714a
1 file changed
+396
-214
lines changed
0 commit comments