Commit 095767f
Kapil Borle
Fix ignore one-line if-else in PlaceCloseBrace rule
Whenever `IgnoreOneLineBlock` was set true, the rule would fire on the closing brace of `if` statement in a one line `if-else` block. This commit fixes that issue.1 parent f7ed15c commit 095767f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
0 commit comments