Przeglądaj źródła

move units to its own line

kimberlieskandis 1 rok temu
rodzic
commit
8b8645a2f4

+ 2 - 1
FreeAPS/Sources/Modules/NightscoutConfig/NightscoutConfigStateModel.swift

@@ -241,7 +241,8 @@ extension NightscoutConfig {
                                 let median = loop! ? self.getMedianTarget(
                                     lowTargetValue: target.value,
                                     lowTargetTime: target.time,
-                                    highTarget: fetchedProfile.target_high, units: self.units
+                                    highTarget: fetchedProfile.target_high,
+                                    units: self.units
                                 ) : target.value
                                 return BGTargetEntry(
                                     low: median,