Whitespace cleanup

This commit is contained in:
Ryan Nowak 2017-03-06 16:29:59 -08:00
parent cefca39510
commit 3159266169
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,6 @@ namespace Microsoft.AspNetCore.Razor.Evolution.CodeGeneration
{ {
private readonly CSharpRenderingContext _context; private readonly CSharpRenderingContext _context;
private readonly RuntimeTarget _target; private readonly RuntimeTarget _target;
private readonly PageStructureCSharpRenderer _renderer; private readonly PageStructureCSharpRenderer _renderer;
public DefaultDocumentWriter(RuntimeTarget target, CSharpRenderingContext context, PageStructureCSharpRenderer renderer) public DefaultDocumentWriter(RuntimeTarget target, CSharpRenderingContext context, PageStructureCSharpRenderer renderer)
@ -57,7 +56,6 @@ namespace Microsoft.AspNetCore.Razor.Evolution.CodeGeneration
{ {
private readonly CSharpRenderingContext _context; private readonly CSharpRenderingContext _context;
private readonly RuntimeTarget _target; private readonly RuntimeTarget _target;
private readonly PageStructureCSharpRenderer _renderer; private readonly PageStructureCSharpRenderer _renderer;
public Visitor(RuntimeTarget target, CSharpRenderingContext context, PageStructureCSharpRenderer renderer) public Visitor(RuntimeTarget target, CSharpRenderingContext context, PageStructureCSharpRenderer renderer)