Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Feb 7, 2023
1 parent dddc713 commit 7fd9224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awsx/ec2/vpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export class Vpc extends schema.Vpc<VpcData> {

validateNatGatewayStrategy(natGatewayStrategy, subnetSpecs);

const sharedTags = { Name: name, ...args.tags }
const sharedTags = { Name: name, ...args.tags };

const vpc = new aws.ec2.Vpc(
name,
{
Expand Down

0 comments on commit 7fd9224

Please sign in to comment.