Skip to content

Commit 881589d

Browse files
Minor formatting change.
1 parent 765433f commit 881589d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

swift-sdk/Internal/LocalStorageProtocol.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ protocol LocalStorageProtocol {
2020
}
2121

2222
extension LocalStorageProtocol {
23+
2324
func isOfflineModeEnabled() -> Bool {
2425
RemoteConfiguration.isBeta ? offlineModeBeta : offlineMode
2526
}
27+
2628
}

swift-sdk/Internal/Models.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ struct RemoteConfiguration: Codable, Equatable {
1414
func isOfflineModeEnabled() -> Bool {
1515
Self.isBeta ? offlineModeBeta : offlineMode
1616
}
17+
1718
}

0 commit comments

Comments
 (0)