Skip to content

Commit a85abbf

Browse files
style fixes again
1 parent cd76c83 commit a85abbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/DataConnect.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public class DataConnect {
3636

3737
// Instance store uses an internal queue to protect mutable state.
3838
#if compiler(>=6)
39-
private nonisolated(unsafe) static let instanceStore = InstanceStore()
39+
private nonisolated(unsafe) static let instanceStore = InstanceStore()
4040
#else
41-
private static let instanceStore = InstanceStore()
41+
private static let instanceStore = InstanceStore()
4242
#endif
4343

4444
public enum EmulatorDefaults {

0 commit comments

Comments
 (0)