Skip to content

Commit

Permalink
remove unnecessary code (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 authored Dec 17, 2024
1 parent a8cbc36 commit c60a952
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 c60a952

Please sign in to comment.