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