Skip to content

Commit e20efb2

Browse files
committed
Remove trailing comma
1 parent 4161b56 commit e20efb2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public struct ConnectOptions {
6565
crudThrottle: TimeInterval = 1,
6666
retryDelay: TimeInterval = 5,
6767
params: JsonParam = [:],
68-
newClientImplementation: Bool = false,
68+
newClientImplementation: Bool = false
6969
) {
7070
self.crudThrottle = crudThrottle
7171
self.retryDelay = retryDelay
@@ -74,12 +74,6 @@ public struct ConnectOptions {
7474
}
7575
}
7676

77-
@_spi(PowerSyncExperimental)
78-
public enum ConnectionMethod {
79-
case http
80-
case webSocket
81-
}
82-
8377
/// A PowerSync managed database.
8478
///
8579
/// Use one instance per database file.

0 commit comments

Comments
 (0)