summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-01-31 21:12:35 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-31 21:12:35 +0000
commit11841d17b7c88a4faebb761c0fbb8d4f0258f239 (patch)
treeff67fd1b3b187f6a300ada6d9fb5bc6df726157e
parent95b9740431d40be9630dfc13783512aee6ec5c65 (diff)
downloadastro-11841d17b7c88a4faebb761c0fbb8d4f0258f239.tar.gz
astro-11841d17b7c88a4faebb761c0fbb8d4f0258f239.tar.zst
astro-11841d17b7c88a4faebb761c0fbb8d4f0258f239.zip
[ci] yarn format
-rw-r--r--packages/astro/src/core/ssr/script.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/ssr/script.ts b/packages/astro/src/core/ssr/script.ts
index ec6e9ace3..a91391963 100644
--- a/packages/astro/src/core/ssr/script.ts
+++ b/packages/astro/src/core/ssr/script.ts
@@ -5,4 +5,4 @@ const scriptRe = new RegExp(
.map((s) => s.slice(1))
.join('|')})($|\\?)`
);
-export const isScriptRequest = (request: string): boolean => scriptRe.test(request); \ No newline at end of file
+export const isScriptRequest = (request: string): boolean => scriptRe.test(request);