Skip to content

Commit 751fe62

Browse files
committed
format
1 parent 91652e8 commit 751fe62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cloudflare-workers/load-context.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type GetLoadContextArgs = {
1616
cloudflare: Omit<PlatformProxy<Env['Bindings']>, 'dispose' | 'caches' | 'cf'> & {
1717
caches: PlatformProxy<Env>['caches'] | CacheStorage
1818
cf: Request['cf']
19-
},
19+
}
2020
hono: {
2121
context: Context<Env>
22-
},
22+
}
2323
}
2424
}
2525

0 commit comments

Comments
 (0)