Skip to content

Commit

Permalink
tiny formatting adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Wolf committed Sep 11, 2024
1 parent 2ee14a1 commit b41223c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/device_calendar_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b41223c

Please sign in to comment.