Skip to content

Commit 8a2ed67

Browse files
committed
Fix linting
1 parent c23755a commit 8a2ed67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/drivers/FastifyServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ export class FastifyServer implements Process {
135135
}
136136

137137
protected getPlugins(
138-
container: Container
138+
container: Container
139139
): Array<Fastify.Plugin<any, any, any, any>> {
140-
return []
140+
return []
141141
}
142142

143143
protected getRequestMetadata = (

0 commit comments

Comments
 (0)