From ec810cdda6acd572cd5e2f5d67bee4286df4a17d Mon Sep 17 00:00:00 2001 From: Bela VanderVoort Date: Sun, 24 Mar 2024 13:13:46 -0500 Subject: [PATCH] Fixing test --- .../FormattingTests/TestFiles/cs/Directives_Regions.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/CSharpier.Tests/FormattingTests/TestFiles/cs/Directives_Regions.test b/Src/CSharpier.Tests/FormattingTests/TestFiles/cs/Directives_Regions.test index 6e6ddf94b..d93f4bb8f 100644 --- a/Src/CSharpier.Tests/FormattingTests/TestFiles/cs/Directives_Regions.test +++ b/Src/CSharpier.Tests/FormattingTests/TestFiles/cs/Directives_Regions.test @@ -42,7 +42,7 @@ public class ClassName } class ClassName -{ +{ #region Region // csharpier-ignore-start public string Field;