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
{ should be the last character on the line. Related code (e.g., an if clause, a function declaration, a trailing comma, …) must be on the same line as the opening brace.
AFAIK clauses like ({ ... }) are generally fine, so I'm also not sure why ( and { were separated...
The text was updated successfully, but these errors were encountered:
The
{
is bumped but the style rules dictate{
should be on the line with)
:AFAIK clauses like
({ ... })
are generally fine, so I'm also not sure why(
and{
were separated...The text was updated successfully, but these errors were encountered: