Commit 300b900
committed
Correct changelog example code
The previous example incorrectly showed that this PR would break lines
before assignment operators. That is not the case. Lines still break
after assignment operators, but boolean operators would move to the
beginning of lines with this change. The examples now match explicit
test cases that I've added.1 parent babc54b commit 300b900
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
0 commit comments