Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proto: Remove superfluous else in handle
The body of the if statement always returns from the function, so the `else if` can simply be another `if`.
- Loading branch information