remove redundant spaces

This commit is contained in:
MaysWind
2025-09-06 23:34:35 +08:00
parent a469d66358
commit affc02655b
+1 -1
View File
@@ -409,7 +409,7 @@ export function getChineseYearMonthDayInfo(yearMonthDay: YearMonthDay, localeDat
return buildChineseYearMonthDayInfo(yearMonthDay, chineseDate, localeData);
}
export function getChineseCalendarAlternateDisplayDate(chineseDate: ChineseYearMonthDayInfo): CalendarAlternateDate {
export function getChineseCalendarAlternateDisplayDate(chineseDate: ChineseYearMonthDayInfo): CalendarAlternateDate {
let displayDate = chineseDate.displayDay;
if (chineseDate.day === 1) {