Skip to content

Commit 83df18d

Browse files
jpatel531hamchapman
authored andcommitted
Make NativePusher#init private
1 parent 5b648f7 commit 83df18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NativePusher.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class NativePusher {
3535
private var outbox: Array<(String, SubscriptionChange)> = []
3636

3737
// Normal clients should access the shared instance via Pusher.nativePusher().
38-
public init() {
38+
private init() {
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)