Skip to content

Commit ffa2bed

Browse files
committed
lint
1 parent eb92345 commit ffa2bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/LCLWebSocket/Client/WebSocketClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ extension WebSocketClient {
348348
// bind to selected device, if any
349349
bindTo(device: device, on: channel).cascadeFailure(to: promise)
350350
}
351-
351+
352352
if scheme.enableTLS {
353353
// enale TLS
354354
let tlsConfig = configuration.tlsConfiguration ?? scheme.defaultTLSConfig!

Sources/LCLWebSocket/WebSocketHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class WebSocketHandler: ChannelInboundHandler {
2929
func channelUnregistered(context: ChannelHandlerContext) {
3030
logger.debug("WebSocketHandler channelUnregistered")
3131
}
32-
#endif // DEBUG
32+
#endif // DEBUG
3333

3434
func channelRead(context: ChannelHandlerContext, data: NIOAny) {
3535
let frame = self.unwrapInboundIn(data)

0 commit comments

Comments
 (0)