Browse Source

Remove extra new line on C# class internals generation.

pull/1/head
triton 12 years ago
parent
commit
eee2d233f0
  1. 1
      src/Generator/Generators/CSharp/CSharpTextTemplate.cs

1
src/Generator/Generators/CSharp/CSharpTextTemplate.cs

@ -321,7 +321,6 @@ namespace Cxxi.Generators.CSharp
} }
WriteCloseBraceIndent(); WriteCloseBraceIndent();
NewLine();
typePrinter.PopContext(); typePrinter.PopContext();
} }

Loading…
Cancel
Save