summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <florian-lefebvre@users.noreply.github.com> 2024-08-08 12:35:46 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-08-08 12:35:46 +0000
commita851021498db8ffbb06287c8c3cf1e3fa79407c5 (patch)
treeef7e68d2b1859b607e94aff92950d16ce2d552be
parent32be5494f6d33dbe32208704405162c95a64f0bc (diff)
downloadastro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.tar.gz
astro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.tar.zst
astro-a851021498db8ffbb06287c8c3cf1e3fa79407c5.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 17e9a55f0..64923d91c 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -2002,10 +2002,10 @@ export interface AstroUserConfig {
* },
* })
* ---
- *
+ *
* <script>
* import { API_URL } from "astro:env/client"
- *
+ *
* fetch(`${API_URL}/ping`)
* </script>
* ```