mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Update C# Bad test (curly brace should be newline)
This commit is contained in:
parent
33872f99a0
commit
7486ddb784
1 changed files with 4 additions and 7 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue