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

Commit da3d5a81 authored by Mitul Sheth's avatar Mitul Sheth
Browse files

fix: variable name - code review

parent 1c0dfef3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ data class TruckRoutingOptions(
) : RoutingOptions(), AutoOptions {

    companion object {
        const val COSTING_TYPE_AUTO = "truck"
        const val COSTING_TYPE_TRUCK = "truck"
        const val DEFAULT_GATE_COST = 45.0
        const val DEFAULT_TOLL_BOOTH_COST = 30.0
    }