diff --git a/mobile/lib/services/location_service.dart b/mobile/lib/services/location_service.dart index d0edee2f16..5fc2fc0777 100644 --- a/mobile/lib/services/location_service.dart +++ b/mobile/lib/services/location_service.dart @@ -90,7 +90,9 @@ class LocationService { centerPoint: centerPoint, ); await entityService.addOrUpdate( - EntityType.location, locationTag.toJson()); + EntityType.location, + locationTag.toJson(), + ); Bus.instance.fire(LocationTagUpdatedEvent(LocTagEventType.add)); } catch (e, s) { _logger.severe("Failed to add location tag", e, s);