[ci] format
This commit is contained in:
parent
d85ec7484c
commit
6f5746746a
1 changed files with 1 additions and 3 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue