Seems like #62 (SwiftLint) didn't fix the problems with the if statements being structured like: `if(____) {code}` instead of `if ___ {code}`. Styling changes.
Seems like #62 (SwiftLint) didn't fix the problems with the if statements being structured like:
if(____) {code}instead ofif ___ {code}.Styling changes.