Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 31, 2024
1 parent 1cfb5ac commit 72d5122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructs/ecs/ecs-task.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Template } from "aws-cdk-lib/assertions";
import type { ISubnet, IVpc} from "aws-cdk-lib/aws-ec2";
import type { ISubnet, IVpc } from "aws-cdk-lib/aws-ec2";
import { SecurityGroup, Subnet, Vpc } from "aws-cdk-lib/aws-ec2";
import { Effect, PolicyStatement } from "aws-cdk-lib/aws-iam";
import { GuTemplate, simpleGuStackForTesting } from "../../utils/test";
Expand Down

0 comments on commit 72d5122

Please sign in to comment.