mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 12:10:56 -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;
|
using System;
|
||||||
|
|
||||||
namespace HelloWorld
|
namespace HelloWorld {
|
||||||
{
|
class Program {
|
||||||
class Program
|
static void Main(string[] args) {
|
||||||
{
|
Console.WriteLine("Hello World");
|
||||||
static void Main(string[] args)
|
|
||||||
{
|
|
||||||
Console.WriteLine(Hello World);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue