You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments