From b41223cf6737c179bc2ea39bc47a01dbbe419e54 Mon Sep 17 00:00:00 2001 From: Christopher Wolf <> Date: Wed, 11 Sep 2024 17:56:16 +0200 Subject: [PATCH] tiny formatting adjustment --- test/device_calendar_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/device_calendar_test.dart b/test/device_calendar_test.dart index a2f1f1ca..0d91e738 100644 --- a/test/device_calendar_test.dart +++ b/test/device_calendar_test.dart @@ -216,8 +216,7 @@ void main() { recurrenceRule: recurrence, reminders: [reminder], availability: Availability.Busy, - status: EventStatus.Confirmed, - ); + status: EventStatus.Confirmed); event.updateEventColor(EventColor(0xffff00ff, 1)); final stringEvent = event.toJson();