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 incorrect warning with -no-indent (scala#23216)
This PR change the condition to emit the warning “Line is indented too
far to the right, or a `{` or `:` is missing” introduced in scala#7270 to
only emit it if we are inside an `Indented` region. This fixesscala#21749.
0 commit comments