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
When a string is concatenated on multiple lines inside a closure, the indentation is wrong on the second line if the first line contains a concatenating dot:
When a string is concatenated on multiple lines inside a closure, the indentation is wrong on the second line if the first line contains a concatenating dot:
. 'c';
should be indented 4 characters relative toreturn
, and not on the same position as the dot in the line above.Should be:
The text was updated successfully, but these errors were encountered: