Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d81253 authored by Mitul Sheth's avatar Mitul Sheth
Browse files

fix: variable name - code review

parent da3d5a81
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,6 +233,6 @@ data class PedestrianRoutingOptions(
    val type: PedestrianType? = null
) : RoutingOptions() {
    companion object {
        const val WALKING_SPEED = 4.2
        const val WALKING_SPEED_IN_KMH = 4.2
    }
}