Skip to content

Commit

Permalink
Reformat code (Azure#13741)
Browse files Browse the repository at this point in the history
Update code to match the house style 馃槑

Co-authored-by: Bicep Automation <[email protected]>
  • Loading branch information
microsoft-github-policy-service[bot] and Bicep Automation committed Apr 1, 2024
1 parent 72d0698 commit c6d0c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bicep.Core/TypeSystem/CyclicTypeCheckVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public override void VisitTypeVariableAccessSyntax(TypeVariableAccessSyntax synt
{
declarationAccesses.Add(syntax);
}

base.VisitTypeVariableAccessSyntax(syntax);
}

Expand Down

0 comments on commit c6d0c9d

Please sign in to comment.