Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 20, 2023
1 parent 066d6eb commit 5f1acd3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ data class CalendarItem(
var dtstart: DateTime = DateTime(),
var dtend: DateTime = DateTime(),
var location: String = "",
@Ignore var blacklisted: Boolean = false
@Ignore
var blacklisted: Boolean = false
) : WeekViewDisplayable<CalendarItem> {

@Ignore
Expand Down

0 comments on commit 5f1acd3

Please sign in to comment.