Skip to content

Commit f3621c7

Browse files
Run linter (#28)
1 parent 10d6889 commit f3621c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/test_calendar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ events:
3535

3636
- summary: Recurring event with exception
3737
begin: 2022-07-01 10:00:00
38-
duration: {minutes: 60}
38+
duration: { minutes: 60 }
3939
repeat:
4040
interval:
4141
# seconds, minutes, hours, days, weeks, months, years
4242
hours: 4
43-
until: 2022-07-31 # required
43+
until: 2022-07-31 # required
4444
except_on:
4545
- 2022-07-13
4646
- 2022-07-14 06:00:00

0 commit comments

Comments
 (0)