We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3fede commit ced0e2dCopy full SHA for ced0e2d
src/Bicep.Core/Semantics/Namespaces/SystemNamespaceType.cs
@@ -2040,7 +2040,7 @@ private static Expression WaitUntilEvaluator(FunctionCallExpression functionCall
2040
functionCall.Parameters[0],
2041
functionCall.Parameters[1]
2042
);
2043
- return declaredResourceExpression with { WaitUntil = new ArrayExpression(null, waitUntilParameters)};
+ return declaredResourceExpression with { WaitUntil = new ArrayExpression(null, waitUntilParameters) };
2044
}
2045
2046
return decorated;
0 commit comments