Commit 67f11ea
committed
Move lineRemover to later phase
It does not make sense to have it so early in the pipeline:
- it does not give much gain
- after addition of empty lines removal it got really heavy for some inputs
- most of stuff it removes is removed as side effect of other removers1 parent 7307b6e commit 67f11ea
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments