Skip to content

Commit d0f6196

Browse files
committed
update prettier formatting
1 parent 3c5fcd7 commit d0f6196

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/api/judge/route.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export async function GET() {
2-
return Response.json({ message: 'Judge API route placeholder' });
3-
}
1+
export async function GET() {
2+
return Response.json({ message: 'Judge API route placeholder' });
3+
}

src/lib/judge.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const judgeUtils = {
2-
// judge stuff (linting was mad)
3-
};
1+
export const judgeUtils = {
2+
// judge stuff (linting was mad)
3+
};

0 commit comments

Comments
 (0)