Formatting

This commit is contained in:
Victor Shcherb 2021-01-07 11:23:24 +01:00
parent 370d8155ee
commit 31ffca2547
2 changed files with 5 additions and 6 deletions

View file

@ -812,8 +812,7 @@ public class OsmAndLocationProvider implements SensorEventListener {
setLocation(location);
}
private void setLocation(net.osmand.Location location) {
if (location == null) {
private void setLocation(net.osmand.Location location) { if (location == null) {
updateGPSInfo(null);
}