Skip to content

Commit

Permalink
fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajy93 committed Mar 18, 2020
1 parent 953fea7 commit 25d5fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-apigateway/lib/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export interface MethodOptions {

/**
* Request validator options
* @default
* @default - No validator
*/
readonly reqValidator?: RequestValidatorOptions;
}
Expand Down Expand Up @@ -316,7 +316,7 @@ export class Method extends Resource {
return validator.requestValidatorId;
}

//For backward compatibility
// For backward compatibility
return options.requestValidator?.requestValidatorId;
}
}
Expand Down

0 comments on commit 25d5fa0

Please sign in to comment.