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