mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
957fb50541
commit
abb874b6c2
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
|
|||
island.children = `${html ?? ''}${template}`;
|
||||
|
||||
if (island.children) {
|
||||
island.props['await-children'] = ''
|
||||
island.props['await-children'] = '';
|
||||
}
|
||||
|
||||
// Scripts to prepend
|
||||
|
|
Loading…
Reference in a new issue