From 29dfefa4e0cdd897676d8ee2c8fb6b5b5d9638f5 Mon Sep 17 00:00:00 2001 From: Walter Holohan Date: Wed, 6 Sep 2023 15:39:34 +0100 Subject: [PATCH] chore: tidy up --- ios/Constants.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ios/Constants.swift b/ios/Constants.swift index 4b3f0c2..1e7e91b 100644 --- a/ios/Constants.swift +++ b/ios/Constants.swift @@ -25,6 +25,4 @@ let HKDataTypeIdentifierHeartbeatSeries = "HKDataTypeIdentifierHeartbeatSeries" let SpeedUnit = HKUnit(from: "m/s") // HKUnit.meter().unitDivided(by: HKUnit.second()) // Support for MET data: HKAverageMETs 8.24046 kcal/hr·kg -let METUnit = HKUnit(from: "kcal/hr·kg") - - \ No newline at end of file +let METUnit = HKUnit(from: "kcal/hr·kg") \ No newline at end of file