Skip to content

Commit ced0e2d

Browse files
microsoft-github-policy-service[bot]Bicep Automation
andauthored
Reformat code (#16644)
Update code to match the house style 😎 Co-authored-by: Bicep Automation <[email protected]>
1 parent dc3fede commit ced0e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bicep.Core/Semantics/Namespaces/SystemNamespaceType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ private static Expression WaitUntilEvaluator(FunctionCallExpression functionCall
20402040
functionCall.Parameters[0],
20412041
functionCall.Parameters[1]
20422042
);
2043-
return declaredResourceExpression with { WaitUntil = new ArrayExpression(null, waitUntilParameters)};
2043+
return declaredResourceExpression with { WaitUntil = new ArrayExpression(null, waitUntilParameters) };
20442044
}
20452045

20462046
return decorated;

0 commit comments

Comments
 (0)