Skip to content

Commit c3dbce3

Browse files
committed
Fix lint warnings
feature/identified-description
1 parent c39e92d commit c3dbce3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/CoreDataRepository/Internal/AggregateSubscription.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ final class AggregateSubscription<Value: Numeric & Sendable>: Subscription<Value
4040
}
4141

4242
@usableFromInline
43+
// swiftlint:disable:next function_body_length
4344
convenience init(
4445
function: CoreDataRepository.AggregateFunction,
4546
context: NSManagedObjectContext,

Sources/CoreDataRepository/Internal/AggregateThrowingSubscription.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ final class AggregateThrowingSubscription<Value: Numeric & Sendable>: ThrowingSu
4444
}
4545

4646
@usableFromInline
47+
// swiftlint:disable:next function_body_length
4748
convenience init(
4849
function: CoreDataRepository.AggregateFunction,
4950
context: NSManagedObjectContext,

0 commit comments

Comments
 (0)