Skip to content

Commit 601c5fe

Browse files
committed
Fix formatting.
1 parent 612a8f1 commit 601c5fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/node/src/integrations/tracing/fastify-v3/internal-types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ export type FastifyPlugin = (
2929

3030
export interface FastifyInstance {
3131
version: string;
32-
register: (
33-
plugin: FastifyPlugin,
34-
) => FastifyInstance;
32+
register: (plugin: FastifyPlugin) => FastifyInstance;
3533
after: (listener?: (err: Error) => void) => FastifyInstance;
3634
addHook(
3735
name:

0 commit comments

Comments
 (0)