summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);