[ci] format

This commit is contained in:
alexanderniebuhr 2023-10-10 16:11:20 +00:00 committed by astrobot-houston
parent 75781643a2
commit 03e6979c28
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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';