Skip to content

Commit 07c3678

Browse files
committed
Remove MARK: for websockets methods
1 parent ef02247 commit 07c3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketIO/Engine/SocketEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ public final class SocketEngine : NSObject, URLSessionDelegate, SocketEnginePoll
629629
}
630630
}
631631

632-
// MARK: WebSocket Methods
632+
// WebSocket Methods
633633

634634
private func websocketDidConnect() {
635635
if !forceWebsockets {

0 commit comments

Comments
 (0)