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
For functions that aren't one line, I prefer having a blank line before the return statement (if one exists). Basically, if the preceding token was not an opening curly brace, there should be a blank line. Thoughts?