Przeglądaj źródła

revert inadvertent whitespace change in previous commit

marionbarker 2 lat temu
rodzic
commit
6deaeff7dd
1 zmienionych plików z 2 dodań i 2 usunięć
  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] {
         // overcalibrate
         var overcalibration: ((Int) -> (Double))?
-
+       
         if let cal = calibrationService {
             overcalibration = cal.calibrate
         }
-
+       
         if let overcalibration = overcalibration {
             return entries.map { entry in
                 var entry = entry