Commit fa66eb3
committed
Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdash
The branch "else { continue }" is the last code inside a loop body,
it is just useless.
Signed-off-by: Lai Jiangshan <[email protected]>1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1637 | 1637 | | |
1638 | 1638 | | |
1639 | 1639 | | |
1640 | | - | |
1641 | | - | |
1642 | 1640 | | |
1643 | 1641 | | |
1644 | 1642 | | |
| |||
0 commit comments