Correct the use of a parameter 'autoSpace' in the constructor

This commit is contained in:
flash2048 2018-04-06 15:20:55 +03:00 committed by Steve Sanderson
parent d3bdb987b0
commit e096d7e0b1
1 changed files with 1 additions and 1 deletions

View File

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