diff options
author | 2024-03-13 20:33:27 +0000 | |
---|---|---|
committer | 2024-03-13 20:33:27 +0000 | |
commit | 9ef310601cf13086bb4556f8b9e0a4d31c66005c (patch) | |
tree | 250b2485c83b258584f4ae9f5f1d5e6a1ce61a14 | |
parent | 128c7a36397d99608dea918885b68bd302d00e7f (diff) | |
download | astro-9ef310601cf13086bb4556f8b9e0a4d31c66005c.tar.gz astro-9ef310601cf13086bb4556f8b9e0a4d31c66005c.tar.zst astro-9ef310601cf13086bb4556f8b9e0a4d31c66005c.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/app/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/app/index.ts b/packages/astro/src/core/app/index.ts index 5c163005d..c14dce92a 100644 --- a/packages/astro/src/core/app/index.ts +++ b/packages/astro/src/core/app/index.ts @@ -66,7 +66,7 @@ export interface RenderOptions { } export interface RenderErrorOptions { - locals?: App.Locals, + locals?: App.Locals; routeData?: RouteData; response?: Response; status: 404 | 500; |