diff --git a/.automation/test/csharp/csharp_bad_01.cs b/.automation/test/csharp/csharp_bad_01.cs index 63144941..132f5d24 100644 --- a/.automation/test/csharp/csharp_bad_01.cs +++ b/.automation/test/csharp/csharp_bad_01.cs @@ -1,12 +1,9 @@ using System; -namespace HelloWorld -{ - class Program - { - static void Main(string[] args) - { - Console.WriteLine(Hello World); +namespace HelloWorld { + class Program { + static void Main(string[] args) { + Console.WriteLine("Hello World"); } } }