From 984328de1a7087602254e2051375ebf018e2f1fb Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Mon, 12 Aug 2024 09:51:30 +0200 Subject: [PATCH] Swiftlint? --- .../HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift b/Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift index ab670bd..ca41ea0 100644 --- a/Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift +++ b/Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift @@ -12,8 +12,8 @@ import Spezi extension HKHealthStore { - private static nonisolated(unsafe) var activeObservations: [HKObjectType: Int] = [:] private static let activeObservationsLock = NSLock() + private static nonisolated(unsafe) var activeObservations: [HKObjectType: Int] = [:] @MainActor