Skip to content

Commit 153165f

Browse files
author
Bifuer
committed
linter details
1 parent 3d6897e commit 153165f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function dateFormat(date,pattern,utc){
3232
};
3333
}
3434

35-
d.YYYY = d.Y.toString()
35+
d.YYYY = d.Y.toString();
3636
d.YY = d.Y.toString().slice(2);
3737
d.MM = d.M.toString();
3838
d.DD = d.D.toString();
@@ -49,4 +49,4 @@ function dateFormat(date,pattern,utc){
4949
while(d.mss.length<4){d.mss='0'+d.mss;}
5050

5151
return pattern.format(d);
52-
}
52+
}

0 commit comments

Comments
 (0)