Skip to content

Commit

Permalink
TF-1072: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Oct 23, 2023
1 parent c4c3a8b commit a2ec270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/static-hosting/lib/static-hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ export class StaticHosting extends Construct {
this.distribution = new Distribution(this, "BucketCdn", distributionProps);

if (props.overrideLogicalId) {
const cfnDistribution = this.distribution.node.defaultChild as CfnDistribution;
const cfnDistribution = this.distribution.node
.defaultChild as CfnDistribution;
cfnDistribution.overrideLogicalId(props.overrideLogicalId);
}

Expand Down

0 comments on commit a2ec270

Please sign in to comment.