Remove trailing semicolons in code.
This commit is contained in:
parent
80d1077dab
commit
8c84913cd8
@ -57,7 +57,7 @@ class LocationService : Service() {
|
|||||||
android.location.LocationManager.PASSIVE_PROVIDER
|
android.location.LocationManager.PASSIVE_PROVIDER
|
||||||
)) {
|
)) {
|
||||||
if (lm.isProviderEnabled(provider)) {
|
if (lm.isProviderEnabled(provider)) {
|
||||||
location = lm.getLastKnownLocation(provider);
|
location = lm.getLastKnownLocation(provider)
|
||||||
if (location != null) break
|
if (location != null) break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user