Procházet zdrojové kódy

revert inadvertent whitespace change in previous commit

marionbarker před 2 roky
rodič
revize
6deaeff7dd
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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