Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and astrobot-houston committed Mar 13, 2024
1 parent 128c7a3 commit 9ef3106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface RenderOptions {
}

export interface RenderErrorOptions {
locals?: App.Locals,
locals?: App.Locals;
routeData?: RouteData;
response?: Response;
status: 404 | 500;
Expand Down

0 comments on commit 9ef3106

Please sign in to comment.