Skip to content

Commit 34a321d

Browse files
committed
style: remove dangling comma
1 parent caedc3c commit 34a321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/trpc-router.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const t = initTRPC.create()
99
const appRouter = t.router({
1010
hello: t.procedure.query(() => {
1111
return { hello: 'world' }
12-
}),
12+
})
1313
})
1414

1515
fastify.register(fastifyTRPCPlugin, {

0 commit comments

Comments
 (0)