Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
model.base: replace
continue
with break
in NamespaceSet.remove()
If an item has been found, it doesn't make any sense to continue iterating the remaining items. Thus, this `continue` is replaced by a `break`, to break out of the loop once an item has been found.
- Loading branch information