Skip to content

Commit b9b3edf

Browse files
committed
make fmt
1 parent 1b37ad6 commit b9b3edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceSchedule/WorkspaceSchedule.stories.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ShutdownSoon.args = {
5656
deadline: dayjs().add(ONE, "hour").utc().format(),
5757
transition: "start",
5858
},
59-
ttl_ms: 2 * 60 * 60 * 1000 // 2 hours
59+
ttl_ms: 2 * 60 * 60 * 1000, // 2 hours
6060
},
6161
}
6262

@@ -70,7 +70,7 @@ ShutdownLong.args = {
7070
deadline: dayjs().add(SEVEN, "days").utc().format(),
7171
transition: "start",
7272
},
73-
ttl_ms: 7 * 24 * 60 * 60 * 1000 // 7 days
73+
ttl_ms: 7 * 24 * 60 * 60 * 1000, // 7 days
7474
},
7575
}
7676

0 commit comments

Comments
 (0)