[ci] format

This commit is contained in:
natemoo-re 2022-05-24 19:40:24 +00:00 committed by github-actions[bot]
parent 4ca60e9344
commit 03b2ef4b67

View file

@ -95,7 +95,7 @@ export async function staticBuild(opts: StaticBuildOptions) {
const pages = internals.hoistedScriptIdToPagesMap.get(moduleId);
pages!.add(astroModuleId);
} else {
internals.hoistedScriptIdToPagesMap.set(moduleId, new Set([astroModuleId]))
internals.hoistedScriptIdToPagesMap.set(moduleId, new Set([astroModuleId]));
internals.hoistedScriptIdToHoistedMap.set(moduleId, hoistedScripts);
}
}