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
Standardize string concatenation over multiple lines.
There are cases where we're concatenating with +, with inline /, and where we needlessly parenthesize the whole string (for example, in an argument to a function).
Standardize string concatenation over multiple lines.
There are cases where we're concatenating with +, with inline /, and where we needlessly parenthesize the whole string (for example, in an argument to a function).