Skip to content

Commit 96222b0

Browse files
committed
chore: even more formatting consistency
1 parent 5b2da6e commit 96222b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export class IsoDateParts {
2727
}
2828

2929
static getByDateTime(
30-
_, // full match
31-
year = "",
30+
_, // full match
31+
year = "",
3232
month = "0", // 0-indexed default
3333
day = "1", // 1-indexed default
3434
hours = "0",

0 commit comments

Comments
 (0)