Skip to content

Commit 25d5fa0

Browse files
committed
fixed formatting issues
1 parent 953fea7 commit 25d5fa0

File tree

1 file changed

+2
-2
lines changed
  • packages/@aws-cdk/aws-apigateway/lib

1 file changed

+2
-2
lines changed

packages/@aws-cdk/aws-apigateway/lib/method.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export interface MethodOptions {
8787

8888
/**
8989
* Request validator options
90-
* @default
90+
* @default - No validator
9191
*/
9292
readonly reqValidator?: RequestValidatorOptions;
9393
}
@@ -316,7 +316,7 @@ export class Method extends Resource {
316316
return validator.requestValidatorId;
317317
}
318318

319-
//For backward compatibility
319+
// For backward compatibility
320320
return options.requestValidator?.requestValidatorId;
321321
}
322322
}

0 commit comments

Comments
 (0)