mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
remove redundant spaces
This commit is contained in:
@@ -409,7 +409,7 @@ export function getChineseYearMonthDayInfo(yearMonthDay: YearMonthDay, localeDat
|
|||||||
return buildChineseYearMonthDayInfo(yearMonthDay, chineseDate, localeData);
|
return buildChineseYearMonthDayInfo(yearMonthDay, chineseDate, localeData);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getChineseCalendarAlternateDisplayDate(chineseDate: ChineseYearMonthDayInfo): CalendarAlternateDate {
|
export function getChineseCalendarAlternateDisplayDate(chineseDate: ChineseYearMonthDayInfo): CalendarAlternateDate {
|
||||||
let displayDate = chineseDate.displayDay;
|
let displayDate = chineseDate.displayDay;
|
||||||
|
|
||||||
if (chineseDate.day === 1) {
|
if (chineseDate.day === 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user