Remove whitespace from dotnet-new C# library template

This commit is contained in:
James Ko 2016-09-22 17:50:33 -04:00 committed by GitHub
parent bf8b588e8b
commit 5397cac939

View file

@ -5,7 +5,7 @@ namespace ClassLibrary
public class Class1
{
public void Method1()
{
{
}
}
}