This website works better with JavaScript
Home
Explore
Help
Sign In
saber
/
Trio
mirror of
https://github.com/nightscout/Trio
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Linting fix
Deniz Cengiz
1 year ago
parent
3225c3ba57
commit
690698f096
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
FreeAPS/Sources/Modules/Home/HomeStateModel+Setup/GlucoseTargetSetup.swift
+ 1
- 1
FreeAPS/Sources/Modules/Home/HomeStateModel+Setup/GlucoseTargetSetup.swift
View File
@@ -77,7 +77,7 @@ extension Home.StateModel {
)
)
}
-
+
return targetProfiles
}
}