Skip to content

Commit a83d9a7

Browse files
committed
Run swiftformat
feature/sendable
1 parent 2c0def0 commit a83d9a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/CoreDataRepositoryTests/CoreDataXCTestCase.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import XCTest
1313
extension FetchableUnmanagedModel {
1414
static func initFromManaged(_ managed: ManagedModel) throws -> Self {
1515
try managed.managedObjectContext!.performAndWait {
16-
try Self.init(managed: managed)
16+
try Self(managed: managed)
1717
}
1818
}
1919
}
@@ -63,7 +63,7 @@ class CoreDataXCTestCase: XCTestCase {
6363
_repositoryContext = nil
6464
_repository = nil
6565
}
66-
66+
6767
func mapInContext<I, O>(_ input: I, transform: (I) throws -> O) throws -> O {
6868
try repositoryContext().performAndWait {
6969
try transform(input)

0 commit comments

Comments
 (0)