Skip to content

Commit 883d7d6

Browse files
committed
style(prettier): run format:fix script
1 parent 019d9e0 commit 883d7d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/www/src/app/api/trpc/[trpc]/route.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ const handler = async (req: NextRequest) => {
4646
onError:
4747
env.NODE_ENV === 'development'
4848
? ({ path, error }) => {
49-
console.error(
50-
`❌ tRPC failed on ${path ?? '<no-path>'}: ${error.message}`,
51-
);
52-
}
49+
console.error(
50+
`❌ tRPC failed on ${path ?? '<no-path>'}: ${error.message}`,
51+
);
52+
}
5353
: undefined,
5454
});
5555

apps/www/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { NextPage } from "next";
1+
import type { NextPage } from 'next';
22

33
const Home: NextPage = () => {
44
return (

0 commit comments

Comments
 (0)