Closed byaruhaf closed 2 years ago
This PR fixes a Minor SwiftLint Warning For Where Violation: where clauses are preferred over a single if inside a for. (for_where)
where
if
for
Wonderful – thanks!
This PR fixes a Minor SwiftLint Warning For Where Violation:
where
clauses are preferred over a singleif
inside afor
. (for_where)