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
Currently the `if` block looks like it's part of the larger `if/else` block above it, but it's a separate declaration. Adding a newline makes it immediately clear that these are separate logical blocks to readers of the code.
0 commit comments