Skip to content

Commit 06c86ff

Browse files
committed
lint fix
1 parent 46fc36d commit 06c86ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datepicker/datepicker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import { NG_VALUE_ACCESSOR } from "@angular/forms";
7171
useExisting: DatePicker,
7272
multi: true
7373
}
74-
],
74+
]
7575
})
7676
export class DatePicker implements OnDestroy {
7777
private static datePickerCount = 0;

0 commit comments

Comments
 (0)