Skip to content

Commit

Permalink
Fix: make extension to WebSocketService public (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Lees11 authored and djones6 committed Sep 6, 2018
1 parent 231ee01 commit fae43de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KituraWebSocket/WebSocketService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public protocol WebSocketService: class {
var connectionTimeout: Int? { get }
}

extension WebSocketService {
public extension WebSocketService {
/// Default computed value for `connectionTimeout` that returns `nil`.
var connectionTimeout: Int? {
return nil
Expand Down

0 comments on commit fae43de

Please sign in to comment.