Skip to content

Commit 15ac346

Browse files
committed
fix(calendar): make tslint pass #6375
1 parent 1db5ed7 commit 15ac346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)