Removed blank line

This commit is contained in:
d.piccinini 2023-06-22 12:14:40 +02:00 committed by Patrik Svensson
parent 32384f7b8d
commit 3437130bf0

View File

@ -56,7 +56,6 @@ public sealed class CalendarEvent
Year = year;
Month = month;
Day = day;
CustomHighlightStyle = customHighlightStyle;
CustomHighlightStyle = customHighlightStyle;
}
}