diff --git a/.automation/test/csharp/csharp_good_01.cs b/.automation/test/csharp/csharp_good_01.cs index 971f3d07..b17954e5 100644 --- a/.automation/test/csharp/csharp_good_01.cs +++ b/.automation/test/csharp/csharp_good_01.cs @@ -4,9 +4,9 @@ namespace HelloWorld { class Program { - static void Main(string[] args) - { - Console.WriteLine("Hello World!"); - } + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } } }