Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored and astrobot-houston committed Oct 10, 2023
1 parent 4bc1ded commit 6963497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cloudflare/src/entrypoints/server.advanced.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {
Request as CFRequest,
ExecutionContext,
CacheStorage,
ExecutionContext,
} from '@cloudflare/workers-types';
import type { SSRManifest } from 'astro';
import { App } from 'astro/app';
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/src/entrypoints/server.directory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Request as CFRequest, EventContext, CacheStorage } from '@cloudflare/workers-types';
import type { Request as CFRequest, CacheStorage, EventContext } from '@cloudflare/workers-types';
import type { SSRManifest } from 'astro';
import { App } from 'astro/app';
import { getProcessEnvProxy, isNode } from '../util.js';
Expand Down

0 comments on commit 6963497

Please sign in to comment.