[ci] format

This commit is contained in:
matthewp 2022-05-16 15:39:02 +00:00 committed by github-actions[bot]
parent b1230152ff
commit e8007c3b8f

View file

@ -161,7 +161,7 @@ export async function render(
scripts,
// Resolves specifiers in the inline hydrated scripts, such as "@astrojs/preact/client.js"
async resolve(s: string) {
if(s.startsWith('/@fs')) {
if (s.startsWith('/@fs')) {
return s;
}
return '/@id' + prependForwardSlash(s);