Skip to content

Commit

Permalink
style: trim the ts code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackblues committed Mar 30, 2019
1 parent 24b0f5a commit 66b13f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-fastify/adapters/fastify-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class FastifyAdapter extends AbstractHttpAdapter {
}

public enableCors(options: CorsOptions) {
this.register(cors, options );
this.register(cors, options);
}

public registerParserMiddleware() {
Expand Down

0 comments on commit 66b13f4

Please sign in to comment.