mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 00:24:01 +01: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