diff options
author | 2023-07-28 10:03:02 +0000 | |
---|---|---|
committer | 2023-07-28 10:03:02 +0000 | |
commit | 46f98480529c070da519051ab329824d80d168af (patch) | |
tree | ecc453c20eae2177e3af6482934e8380be2c957c | |
parent | e50f646758f5a48e836523d1976d62e18e2893a4 (diff) | |
download | astro-46f98480529c070da519051ab329824d80d168af.tar.gz astro-46f98480529c070da519051ab329824d80d168af.tar.zst astro-46f98480529c070da519051ab329824d80d168af.zip |
[ci] format
-rw-r--r-- | packages/astro/src/content/runtime.ts | 2 |
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, |