Skip to content

Commit

Permalink
Revert style to the way it was
Browse files Browse the repository at this point in the history
  • Loading branch information
d0z0 committed Aug 1, 2022
1 parent 712562c commit bcc5c5f
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ export interface WebSocketAuthorizerAttributes {
* An authorizer for WebSocket Apis
* @resource AWS::ApiGatewayV2::Authorizer
*/
export class WebSocketAuthorizer
extends Resource
implements IWebSocketAuthorizer {
export class WebSocketAuthorizer extends Resource implements IWebSocketAuthorizer {
/**
* Import an existing WebSocket Authorizer into this CDK app.
*/
Expand Down Expand Up @@ -169,9 +167,7 @@ export interface IWebSocketRouteAuthorizer {
/**
* Bind this authorizer to a specified WebSocket route.
*/
bind(
options: WebSocketRouteAuthorizerBindOptions
): WebSocketRouteAuthorizerConfig;
bind(options: WebSocketRouteAuthorizerBindOptions): WebSocketRouteAuthorizerConfig;
}

/**
Expand Down

0 comments on commit bcc5c5f

Please sign in to comment.