Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and actions-user committed Feb 25, 2022
1 parent c46db4e commit 00dda8e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/non-html-pages/src/pages/company.json.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export async function get() {
return {
body: JSON.stringify({
name: 'Astro',
url: 'https://astro.build/',
}),
};
return {
body: JSON.stringify({
name: 'Astro',
url: 'https://astro.build/',
}),
};
}

0 comments on commit 00dda8e

Please sign in to comment.