mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] yarn format
This commit is contained in:
parent
f6ef53b7fa
commit
20c4efe5a2
2 changed files with 2 additions and 2 deletions
|
@ -673,7 +673,7 @@ async function compileHtml(enterNode: TemplateNode, state: CodegenState, compile
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
const content = buffers.out.replace(/^\,/, '').replace(/\,\)/g, ')').replace(/\,+/g, ',').replace(/\)h/g, '),h')
|
const content = buffers.out.replace(/^\,/, '').replace(/\,\)/g, ')').replace(/\,+/g, ',').replace(/\)h/g, '),h');
|
||||||
buffers.out = '';
|
buffers.out = '';
|
||||||
buffers.markdown = '';
|
buffers.markdown = '';
|
||||||
return resolve(content);
|
return resolve(content);
|
||||||
|
|
Loading…
Add table
Reference in a new issue