restore indentation

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

@ -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