From 7fd9224b9037987e72ad030d1503182b93b84ea6 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Tue, 7 Feb 2023 10:26:22 +0000 Subject: [PATCH] chore: run lint --- awsx/ec2/vpc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awsx/ec2/vpc.ts b/awsx/ec2/vpc.ts index 2241d37d0..368a60c9a 100644 --- a/awsx/ec2/vpc.ts +++ b/awsx/ec2/vpc.ts @@ -84,8 +84,8 @@ export class Vpc extends schema.Vpc { validateNatGatewayStrategy(natGatewayStrategy, subnetSpecs); - const sharedTags = { Name: name, ...args.tags } - + const sharedTags = { Name: name, ...args.tags }; + const vpc = new aws.ec2.Vpc( name, {