Fixing code style issue
This commit is contained in:
parent
aa805dceca
commit
27046ed1a6
|
@ -92,7 +92,7 @@ class LocationTracker @Inject constructor(
|
|||
|
||||
@RequiresPermission(anyOf = [Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION])
|
||||
fun start() {
|
||||
if(!isStarting && !isStarted) {
|
||||
if (!isStarting && !isStarted) {
|
||||
isStarting = true
|
||||
Timber.d("start()")
|
||||
|
||||
|
|
Loading…
Reference in New Issue