Skip to content

Commit ab33385

Browse files
committed
nit: fix formatting
1 parent 6008c27 commit ab33385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
259259
const RESETTABLE_V2_SCHEDULE_OPTIONS: Omit<
260260
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
261261
"maxRetryDuration" | "maxBackoffDuration" | "minBackoffDuration"
262-
> = {
262+
> = {
263263
retryCount: null,
264264
maxDoublings: null,
265265
maxRetrySeconds: null,

0 commit comments

Comments
 (0)