-
- Downloads
Remove unnecessary early return
Iterating over an empty list is a no-op so we can remove this early return.
Loading
Please register or sign in to comment
Iterating over an empty list is a no-op so we can remove this early return.