From eee2d233f05a4af541a4f52ab3eeca46670f4f55 Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 23 Apr 2013 00:10:12 +0100 Subject: [PATCH] Remove extra new line on C# class internals generation. --- src/Generator/Generators/CSharp/CSharpTextTemplate.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs index 672a869e..7e15b4cb 100644 --- a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs +++ b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs @@ -321,7 +321,6 @@ namespace Cxxi.Generators.CSharp } WriteCloseBraceIndent(); - NewLine(); typePrinter.PopContext(); }