Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent 0ea2622 commit 6841f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-side-validation/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const loader = async () => {
// today string in "YYYY-MM-DD" format
const todayString = date.toISOString().substring(0, 10);

date.setDate(date.getDate() + 1)
date.setDate(date.getDate() + 1);

// tomorrow string in "YYYY-MM-DD" format
const tomorrowString = date.toISOString().substring(0, 10);
Expand Down

0 comments on commit 6841f3b

Please sign in to comment.