Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and actions-user committed Mar 30, 2022
1 parent c989f10 commit 52d7fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/astro/src/runtime/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,11 @@ export async function renderPage(
response,
};
}
} catch(err) {
if(err instanceof Response) {
} catch (err) {
if (err instanceof Response) {
return {
type: 'response',
response: err
response: err,
};
} else {
throw err;
Expand Down

0 comments on commit 52d7fec

Please sign in to comment.