Run formatter

This commit is contained in:
2023-08-05 14:15:14 -05:00
parent ebe120deca
commit 4871b83850
7 changed files with 29 additions and 15 deletions

View File

@@ -10,5 +10,5 @@ export const load = (async () => {
return {
users: get(pubnixUsers),
...meta
}
};
}) satisfies PageServerLoad;

View File

@@ -10,5 +10,5 @@ export const load = (async () => {
return {
users: get(pubnixUsers),
...meta
}
};
}) satisfies PageServerLoad;