From 29349973bd57a7cd281fa4a7ee711f7579240e3f Mon Sep 17 00:00:00 2001 From: Bicep Automation Date: Sun, 22 Oct 2023 04:34:49 +0000 Subject: [PATCH] Run code formatter --- src/Bicep.Core.IntegrationTests/LambdaTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bicep.Core.IntegrationTests/LambdaTests.cs b/src/Bicep.Core.IntegrationTests/LambdaTests.cs index 0d3abbc9a81..81d20114653 100644 --- a/src/Bicep.Core.IntegrationTests/LambdaTests.cs +++ b/src/Bicep.Core.IntegrationTests/LambdaTests.cs @@ -377,4 +377,4 @@ func recursiveB() string => recursiveA() }); } } -} \ No newline at end of file +}