Skip to content

Commit 970eebf

Browse files
committed
Resolve switch statement indentation issue.
1 parent 3523fce commit 970eebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PusherClientOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public enum PusherHost {
66

77
public var stringValue: String {
88
switch self {
9-
case .host(let host): return host
9+
case .host(let host): return host
1010
case .cluster(let cluster): return "ws-\(cluster).\(Constants.API.pusherDomain)"
1111
}
1212
}

0 commit comments

Comments
 (0)