mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
updating spaces to be correct
This commit is contained in:
parent
7486ddb784
commit
7416088588
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@ 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