Skip to content

Commit 94765bc

Browse files
tgrapperongithub-actions[bot]
authored andcommitted
Run swift-format
1 parent ac636fa commit 94765bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PersistentContainerDependency/PersistentContainer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
public init(_ persistentContainer: NSPersistentContainer) {
7575
let persistentContainer = UncheckedSendable(persistentContainer)
7676
let isViewContextConfigured = LockIsolated(false)
77-
77+
7878
let viewContext = { @Sendable in
7979
let context = persistentContainer.viewContext
8080
isViewContextConfigured.withValue { isConfigured in
@@ -85,7 +85,7 @@
8585
}
8686
return context
8787
}
88-
88+
8989
self._viewContext = viewContext
9090
self._newBackgroundContext = {
9191
persistentContainer.wrappedValue.newBackgroundContext()

0 commit comments

Comments
 (0)