Skip to content

Commit

Permalink
fixup! Remove unneeded parameters
Browse files Browse the repository at this point in the history
Fix style
  • Loading branch information
onlined committed Sep 23, 2020
1 parent d445003 commit 2c14841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datetime/TimeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function pad( type, value ) {
minutes: 2,
seconds: 2,
milliseconds: 3
}
};

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

0 comments on commit 2c14841

Please sign in to comment.