bug fix: unused parameter in the constructor

This commit is contained in:
Rustam Agametov 2018-02-09 19:42:36 +03:00 committed by Ryan Nowak
parent c293267421
commit 9ec207399d
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ namespace Microsoft.AspNetCore.Razor.Language.CodeGeneration
public CSharpCodeWritingScope(CodeWriter writer, int tabSize = 4, bool autoSpace = true)
{
_writer = writer;
_autoSpace = true;
_autoSpace = autoSpace;
_tabSize = tabSize;
_startIndent = -1; // Set in WriteStartScope