Skip to content

Commit

Permalink
glucose rounding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePlante1 committed Aug 25, 2024
1 parent 7b34986 commit cd25e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extension DataTable {
formatter.minimumFractionDigits = 0
formatter.maximumFractionDigits = 1
}
formatter.roundingMode = .down
formatter.roundingMode = .halfUp
return formatter
}

Expand Down

0 comments on commit cd25e6f

Please sign in to comment.