Browse Source

Fix lines starting with spaces

pull/1029/head
MikeFH 8 years ago
parent
commit
14f9577a81
  1. 4
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/AsyncMain.cs

4
ICSharpCode.Decompiler.Tests/TestCases/Pretty/AsyncMain.cs

@ -4,11 +4,11 @@ using System.Threading.Tasks; @@ -4,11 +4,11 @@ using System.Threading.Tasks;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
public class AsyncMain
{
{
public static async Task Main(string[] args)
{
await Task.Delay(1000);
Console.WriteLine("Hello Wolrd!");
}
}
}
}

Loading…
Cancel
Save