Commit ad66c9c
committed
Merge #904: Inline if statements into match arm
32ff3a0 Inline if statements into match arm (Tobin C. Harding)
Pull request description:
Found by the imminent upgrade to nightly (PR #903).
No logic change.
ACKs for top commit:
apoelstra:
ACK 32ff3a0; successfully ran local tests
Tree-SHA512: 5a592b0559dbd19a549ede17156213f1f648a20c74c232e723d3defb4d8ace5c920f81185807df218753144c1b4d378476924a002eeb0de00db3993fc27c77fc2 files changed
Lines changed: 12 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
| 631 | + | |
| 632 | + | |
635 | 633 | | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
| 634 | + | |
| 635 | + | |
640 | 636 | | |
641 | 637 | | |
642 | 638 | | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
| 639 | + | |
| 640 | + | |
647 | 641 | | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
| 642 | + | |
| 643 | + | |
652 | 644 | | |
653 | 645 | | |
654 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 156 | + | |
| 157 | + | |
160 | 158 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 159 | + | |
| 160 | + | |
165 | 161 | | |
166 | 162 | | |
167 | 163 | | |
| |||
0 commit comments