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
benchmark,lib,test,tools: remove else after return
If there is a `return` in an `if` block, an `else` block is unnecessary.
It can simply be moved after the `if` block.
This is in preparation for a lint rule to enforce this practice.
0 commit comments