Commit 5f36556
committed
Fix an offence conflict to appease both cops
IfUnlessModifier insists on using the inline form, but it clearly knows
it won't fit its correction in LineLength's constraints and keeps
silent.
Its offence is only visible with the default 120 LineLength.
There is a number of offences like this, frankly I didn't look to close,
but this specific change appeals to me.1 parent a46f7b8 commit 5f36556
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments