Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 30 forks source link

[websocket-nio]Fix SwiftLint errors and warnings #74

Closed nethraravindran closed 5 years ago

nethraravindran commented 5 years ago

This PR enforces Swift style and conventions based on https://github.com/realm/SwiftLint and violations for following rules has been fixed.

Closing Brace Spacing Closure Spacing Colon Control Statement Empty Parentheses with Trailing Closure Empty Enum Arguments Switch and Case Statement Alignment Trailing Closure Trailing Comma Trailing Semicolon Trailing Whitespace Vertical Whitespace

Rules Ref: https://github.com/realm/SwiftLint/blob/master/Rules.md