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