From 5397cac939ca1aa10bf07163a641b2993007c780 Mon Sep 17 00:00:00 2001 From: James Ko Date: Thu, 22 Sep 2016 17:50:33 -0400 Subject: [PATCH] Remove whitespace from dotnet-new C# library template --- src/dotnet/commands/dotnet-new/CSharp_Lib/Library.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Lib/Library.cs b/src/dotnet/commands/dotnet-new/CSharp_Lib/Library.cs index 4f54b3889..9e190dead 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Lib/Library.cs +++ b/src/dotnet/commands/dotnet-new/CSharp_Lib/Library.cs @@ -5,7 +5,7 @@ namespace ClassLibrary public class Class1 { public void Method1() - { + { } } }