diff --git a/src/Spectre.Console/Widgets/CalendarEvent.cs b/src/Spectre.Console/Widgets/CalendarEvent.cs index 588e720..bc8bf52 100644 --- a/src/Spectre.Console/Widgets/CalendarEvent.cs +++ b/src/Spectre.Console/Widgets/CalendarEvent.cs @@ -56,7 +56,6 @@ public sealed class CalendarEvent Year = year; Month = month; Day = day; - CustomHighlightStyle = customHighlightStyle; - + CustomHighlightStyle = customHighlightStyle; } } \ No newline at end of file