mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-06-25 03:16:30 +02:00
Support typed errors. Misc formatting
This commit is contained in:
@@ -106,11 +106,11 @@ extension Internals {
|
||||
}
|
||||
}
|
||||
|
||||
#if os(watchOS)
|
||||
|
||||
#if os(watchOS) || !canImport(QuartzCore)
|
||||
|
||||
performDiffingUpdates()
|
||||
|
||||
#else
|
||||
#else
|
||||
|
||||
CATransaction.begin()
|
||||
|
||||
@@ -122,8 +122,7 @@ extension Internals {
|
||||
|
||||
CATransaction.commit()
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user