ソースを参照

revert inadvertent whitespace change in previous commit

marionbarker 2 年 前
コミット
6deaeff7dd
1 ファイル変更2 行追加2 行削除
  1. 2 2
      FreeAPS/Sources/APS/FetchGlucoseManager.swift

+ 2 - 2
FreeAPS/Sources/APS/FetchGlucoseManager.swift

@@ -297,11 +297,11 @@ final class BaseFetchGlucoseManager: FetchGlucoseManager, Injectable {
     private func overcalibrate(entries: [BloodGlucose]) -> [BloodGlucose] {
     private func overcalibrate(entries: [BloodGlucose]) -> [BloodGlucose] {
         // overcalibrate
         // overcalibrate
         var overcalibration: ((Int) -> (Double))?
         var overcalibration: ((Int) -> (Double))?
-
+       
         if let cal = calibrationService {
         if let cal = calibrationService {
             overcalibration = cal.calibrate
             overcalibration = cal.calibrate
         }
         }
-
+       
         if let overcalibration = overcalibration {
         if let overcalibration = overcalibration {
             return entries.map { entry in
             return entries.map { entry in
                 var entry = entry
                 var entry = entry