Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Mar 8, 2022
1 parent 96c2ff7 commit 4d94036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
) {
dayNum = 31;
} else if ( ( month === 'April' ) | ( month === 'June' ) | ( month === 'September' ) | ( month ===
'November' ) ) {
'November' ) ) {
dayNum = 30;
} else {
// If month is February, calculate whether it is a leap year or not
Expand Down

1 comment on commit 4d94036

@vercel
Copy link

@vercel vercel bot commented on 4d94036 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.