Skip to content

Commit d2fdfdc

Browse files
Update src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGeneration/CodeWriter.cs
Co-authored-by: Pranav K <[email protected]>
1 parent 503499f commit d2fdfdc

File tree

1 file changed

+1
-1
lines changed
  • src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGeneration

1 file changed

+1
-1
lines changed

src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGeneration/CodeWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class CodeWriter
1818
private int _currentLineIndex;
1919
private int _currentLineCharacterIndex;
2020

21-
public CodeWriter() : this(Environment.NewLine, false, 4)
21+
public CodeWriter() : this(Environment.NewLine, indentWithTabs: false, tabSize: 4)
2222
{
2323
}
2424

0 commit comments

Comments
 (0)