Skip to content

Commit a02fb7f

Browse files
committed
indentation fix
1 parent e49c722 commit a02fb7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/angular-material-calendar.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ angular.module("materialCalendar").service("materialCalendar.Calendar", [functio
105105
}
106106

107107
if ( this.noOfDays !== 0) {
108-
while (this.noOfDays % 7 !== 0) {
109-
this.noOfDays++;
110-
}
111-
monthLength = this.noOfDays;
108+
while (this.noOfDays % 7 !== 0) {
109+
this.noOfDays++;
110+
}
111+
monthLength = this.noOfDays;
112112
} else {
113113
// Last day of calendar month.
114114
while (monthLength % 7 !== 0) {

0 commit comments

Comments
 (0)