Skip to content

Commit 2c14841

Browse files
committed
fixup! Remove unneeded parameters
Fix style
1 parent d445003 commit 2c14841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datetime/TimeView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function pad( type, value ) {
239239
minutes: 2,
240240
seconds: 2,
241241
milliseconds: 3
242-
}
242+
};
243243

244244
let str = value + '';
245245
while ( str.length < padValues[ type ] )

0 commit comments

Comments
 (0)