Skip to content

Commit

Permalink
Removed extra line space
Browse files Browse the repository at this point in the history
  • Loading branch information
devyml committed Dec 11, 2023
1 parent e20e270 commit bf36a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/YCalendarPicker/SwiftUI/Views/CalendarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public struct CalendarView {
maximumDate: Date? = nil,
startDate: Date? = nil,
locale: Locale? = nil

) {
self.firstWeekday = firstWeekday ?? (Locale.current.calendar.firstWeekday - 1)
self.appearance = appearance
Expand Down

0 comments on commit bf36a65

Please sign in to comment.