0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
matthewp 2022-07-06 12:11:57 +00:00 committed by fredkbot
parent c2165c34a7
commit b1c4600fd4

View file

@ -720,7 +720,7 @@ export async function renderPage(
if (!/<!doctype html/i.test(html)) {
let rest = html;
html = `<!DOCTYPE html>`;
for await(let chunk of maybeRenderHead(result)) {
for await (let chunk of maybeRenderHead(result)) {
html += chunk;
}
html += rest;