SIGN IN SIGN UP

Make platform_channels_swift use more idiomatic Swift (#21712)

Make platform_channels_swift use more idiomatic Swift

* Remove semicolons.
* `if (condition)` => `if condition`.
* `Class.init(...)` => `Class(...)`.
* Remove `break` statements from `switch` cases.
* Remove some unnecessary uses of `self`.
J
James D. Lin committed
960d669897525d647935b41586b60789f64f8f4a
Parent: a2dbc20
Committed by GitHub <noreply@github.com> on 9/26/2018, 6:13:10 PM