Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
umair-ably committed Oct 3, 2024
1 parent 2d8129d commit 263ed6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Example/AblyChatExample/Mocks/MockRealtime.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ final class MockRealtime: NSObject, RealtimeClientProtocol, Sendable {
final class Channel: RealtimeChannelProtocol {
var properties: ARTChannelProperties { .init() }

init() {

}
init() {}

var state: ARTRealtimeChannelState {
fatalError("Not implemented")
Expand Down

0 comments on commit 263ed6a

Please sign in to comment.