Skip to content

Commit 349ec5c

Browse files
committed
Fix indentation
1 parent 243e492 commit 349ec5c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/cdk-blue-green-container-deployment/src/dummy-task-definition.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import { NetworkMode } from '@aws-cdk/aws-ecs';
22
import { Role, ServicePrincipal, ManagedPolicy, PolicyStatement, Effect, IRole } from '@aws-cdk/aws-iam';
33
import { Construct, ITaggable, TagManager, TagType, Lazy } from '@aws-cdk/core';
4-
import {
5-
AwsCustomResource,
6-
AwsCustomResourcePolicy,
7-
PhysicalResourceId,
8-
PhysicalResourceIdReference,
9-
} from '@aws-cdk/custom-resources';
4+
import { AwsCustomResource, AwsCustomResourcePolicy, PhysicalResourceId, PhysicalResourceIdReference } from '@aws-cdk/custom-resources';
105

116
export interface IDummyTaskDefinition {
127
readonly executionRole: IRole;

0 commit comments

Comments
 (0)