[mob] Lint fix

This commit is contained in:
Neeraj Gupta
2024-10-17 15:56:20 +05:30
parent 787f2908da
commit a7daf36a57

View File

@@ -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);