[ci] format

This commit is contained in:
bholmesdev 2022-05-20 19:04:21 +00:00 committed by github-actions[bot]
parent fb5572bebd
commit 421eb3b5d4

View file

@ -52,7 +52,7 @@ const seenMdMetadata = new Set<string>();
export async function collectMdMetadata( export async function collectMdMetadata(
metadata: Metadata, metadata: Metadata,
modGraph: ModuleNode, modGraph: ModuleNode,
viteServer: ViteDevServer, viteServer: ViteDevServer
) { ) {
const importedModules = [...(modGraph?.importedModules ?? [])]; const importedModules = [...(modGraph?.importedModules ?? [])];
await Promise.all( await Promise.all(