summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2022-07-08 23:06:06 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-08 23:06:06 +0000
commitabb874b6c232dc3627edee90d6a5ee116caee29f (patch)
tree19c04bd9f0d4e671baa2b27758868726cd7aa575
parent957fb50541e15d3876a87f91cd52f29e10a92cc9 (diff)
downloadastro-abb874b6c232dc3627edee90d6a5ee116caee29f.tar.gz
astro-abb874b6c232dc3627edee90d6a5ee116caee29f.tar.zst
astro-abb874b6c232dc3627edee90d6a5ee116caee29f.zip
[ci] format
-rw-r--r--packages/astro/src/runtime/server/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/runtime/server/index.ts b/packages/astro/src/runtime/server/index.ts
index 8188e7165..ea287de80 100644
--- a/packages/astro/src/runtime/server/index.ts
+++ b/packages/astro/src/runtime/server/index.ts
@@ -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