Explorar o código

revert inadvertent whitespace change in previous commit

marionbarker %!s(int64=2) %!d(string=hai) anos
pai
achega
6deaeff7dd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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