restore indentation

pull/17338/head
Rich Harris 1 week ago
parent eb60df8fc0
commit dc691ca69d

@ -679,7 +679,7 @@ export class Renderer {
}
const body = `
{
{
${prelude}
for (const [k, v] of [
@ -687,8 +687,8 @@ export class Renderer {
]) {
h.set(k, v);
}
}
`;
}
`;
let csp_attr = '';
if (this.global.csp.nonce) {
@ -701,7 +701,7 @@ export class Renderer {
this.global.csp.script_hashes.push(`sha256-${hash}`);
}
return `<script${csp_attr}>${body}</script>`;
return `\n\t\t<script${csp_attr}>${body}</script>`;
}
}

Loading…
Cancel
Save