Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Dec 3, 2024
1 parent ab4c93f commit 01b9e89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ final class HealthKitSampleDataSource: HealthKitDataSource {
}
}

required init( // swiftlint:disable:this function_default_parameter_at_end
required init(
healthStore: HKHealthStore,
standard: any HealthKitConstraint,
sampleType: HKSampleType,
predicate: NSPredicate? = nil,
predicate: NSPredicate? = nil, // swiftlint:disable:this function_default_parameter_at_end
deliverySetting: HealthKitDeliverySetting
) {
self.healthStore = healthStore
Expand Down

0 comments on commit 01b9e89

Please sign in to comment.