Browse Source
Replace … ``` if (foo) { return true; } else { return false; } ``` … with the equivalent … ``` return foo; ```0.15
practicalswift
8 years ago
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue