twostraws / Unwrap

Learn Swift interactively on your iPhone.
https://www.hackingwithswift.com
Other
2.3k stars 312 forks source link

Fix Minor SwiftLint Warning For Where Violation: #242

Closed byaruhaf closed 2 years ago

byaruhaf commented 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)

twostraws commented 2 years ago

Wonderful – thanks!