Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move early returns out of begin blocks
returning early from a begin block won't assign the variable, but it sort of looks like it will. Clearer / more explicit to have the early returns outside the block.
- Loading branch information