[ci] yarn format

This commit is contained in:
FredKSchott 2022-02-25 16:19:44 +00:00 committed by GitHub Actions
parent c46db4ecbd
commit 00dda8e056

View file

@ -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/',
}),
};
}