Skip to content

Commit

Permalink
Fix whitespace / intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lorch committed Oct 17, 2023
1 parent de87e6e commit d03054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stacks/vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(
)

if self.vpc.public_subnets:
CfnOutput(
CfnOutput(
self,
f'{resource_prefix}-{envname}-publicSubnets',
export_name=f'{resource_prefix}-{envname}-publicSubnets',
Expand Down

0 comments on commit d03054f

Please sign in to comment.