reformat kotlin

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-06-10 22:50:26 +02:00
parent bd2de486c3
commit 03fda89a22
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -482,7 +482,7 @@ class LocationPickerController(args: Bundle) :
private const val PERSON_HOT_SPOT_Y: Float = 20.0F
private const val ZOOM_LEVEL_RECEIVED_RESULT: Double = 14.0
private const val ZOOM_LEVEL_DEFAULT: Double = 14.0
private const val GEOCODE_ZERO : Double = 0.0
private const val GEOCODE_ZERO: Double = 0.0
private const val HTTPS_PORT: Int = 443
}
}