Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from buildo/linto-fix-1487153509645
Browse files Browse the repository at this point in the history
💄  linto fix
  • Loading branch information
FrancescoCioria authored Feb 15, 2017
2 parents 5eac970 + d238f4d commit 320a3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocalDate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow

function pad2(number: number): number | string {
return number < 10 ? `0${number}` : number;
return number < 10 ? `0${number}` : number;
}

function warn(message: string) {
Expand Down

0 comments on commit 320a3db

Please sign in to comment.