Skip to content

Commit

Permalink
Merge branch 'master' into anandwana001/2913/clean-dimentions
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 authored Dec 17, 2024
2 parents df2e04d + c60a952 commit 5934488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data class DropPinTaskData(val location: Point) : GeometryTaskData(location) {
// TODO(#752): Move to strings.xml for i18n
val df = DecimalFormat("#.##")
df.roundingMode = RoundingMode.DOWN
return location.coordinates.toDmsFormat() ?: ""
return location.coordinates.toDmsFormat()
}

override fun isEmpty(): Boolean = false
Expand Down

0 comments on commit 5934488

Please sign in to comment.