Skip to content

Commit 6841f3b

Browse files
chore: format
1 parent 0ea2622 commit 6841f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-side-validation/app/routes/_index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const loader = async () => {
2828
// today string in "YYYY-MM-DD" format
2929
const todayString = date.toISOString().substring(0, 10);
3030

31-
date.setDate(date.getDate() + 1)
31+
date.setDate(date.getDate() + 1);
3232

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

0 commit comments

Comments
 (0)