summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-07-28 10:03:02 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-28 10:03:02 +0000
commit46f98480529c070da519051ab329824d80d168af (patch)
treeecc453c20eae2177e3af6482934e8380be2c957c
parente50f646758f5a48e836523d1976d62e18e2893a4 (diff)
downloadastro-46f98480529c070da519051ab329824d80d168af.tar.gz
astro-46f98480529c070da519051ab329824d80d168af.tar.zst
astro-46f98480529c070da519051ab329824d80d168af.zip
[ci] format
-rw-r--r--packages/astro/src/content/runtime.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/content/runtime.ts b/packages/astro/src/content/runtime.ts
index fe77524cf..a1afb2201 100644
--- a/packages/astro/src/content/runtime.ts
+++ b/packages/astro/src/content/runtime.ts
@@ -6,8 +6,8 @@ import {
createComponent,
createHeadAndContent,
renderComponent,
- renderTemplate,
renderScriptElement,
+ renderTemplate,
renderUniqueStylesheet,
unescapeHTML,
type AstroComponentFactory,