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() - { + { } } }