Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Corwin-Kh committed Nov 27, 2024
1 parent 47a51e3 commit cb8ed0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ object OBDDataComputer {
return if(result > LITER_KM_CONSUMPTION_LIMIT) {
Float.NaN
} else {
100 * difLiter / (distance / 1000)
result
}
}
}
Expand Down

0 comments on commit cb8ed0c

Please sign in to comment.