Skip to content

Commit 7b33bce

Browse files
committed
fix(calendar): make tslint pass #6375
1 parent 8169e8b commit 7b33bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/calendar/calendar-helper-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ export class HelperTestFunctions {
159159
)
160160
).toBe(false);
161161
}
162-
}
162+
}

projects/igniteui-angular/src/lib/calendar/months-view.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export class IgxGetViewDateCalendar implements PipeTransform {
2222
const date = this.calendar.timedelta(viewDate, 'month', index);
2323
return wholeDate ? date : date.getMonth();
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)