[ci] format

This commit is contained in:
natemoo-re 2022-12-16 19:16:43 +00:00 committed by fredkbot
parent d85ec7484c
commit 6f5746746a

View file

@ -244,9 +244,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
const childSlots = Object.values(children).join('');
const iterable = renderAstroTemplateResult(
await renderTemplate`<${Tag}${internalSpreadAttributes(props)}${markHTMLString(
childSlots === '' && voidElementNames.test(Tag)
? `/>`
: `>${childSlots}</${Tag}>`
childSlots === '' && voidElementNames.test(Tag) ? `/>` : `>${childSlots}</${Tag}>`
)}`
);
html = '';