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 calling a method, if a conditional is an argument, it should indent like a binary expression that is an argument
returnCallMethod(someLongValue__________________________________________==someLongValue__________________________________________?0:1,someLongValue__________________________________________==someLongValue__________________________________________);// should bereturnCallMethod(someLongValue__________________________________________==someLongValue__________________________________________?0:1,someLongValue__________________________________________==someLongValue__________________________________________);
The text was updated successfully, but these errors were encountered:
When calling a method, if a conditional is an argument, it should indent like a binary expression that is an argument
The text was updated successfully, but these errors were encountered: