Skip to content

Commit

Permalink
Fixed docustrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kokachev committed Mar 16, 2021
1 parent a77942c commit bef6f46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-batch/lib/job-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export enum PlatformCapabilities {
/**
* Specifies EC2 environment.
*/

EC2 = 'EC2',

/**
* Specifies Fargate environment.
*/
Expand Down Expand Up @@ -299,7 +299,6 @@ export interface JobDefinitionProps {
* @default - undefined
*/
readonly platformCapabilities?: PlatformCapabilities[];

}

/**
Expand Down

0 comments on commit bef6f46

Please sign in to comment.