Skip to content

Commit 318a936

Browse files
committed
docs(lint): fix lint error
1 parent b114ca0 commit 318a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dl-date-time-picker/dl-day-model.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import {DlModelProvider} from './dl-model-provider';
1111
import {DlDateTimePickerModel} from './dl-date-time-picker-model';
1212
import {Component, SimpleChanges} from '@angular/core';
13-
import * as _moment from 'moment'
13+
import * as _moment from 'moment';
1414

1515
/**
1616
* Work around for moment namespace conflict when used with webpack and rollup.

0 commit comments

Comments
 (0)