Skip to content

Commit 936318e

Browse files
authored
Used AppendBlockIndent to ensure CR/LF is respected for the autogen headers. (#551)
1 parent 1704cf0 commit 936318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solutions/Corvus.Json.CodeGeneration.CSharp/Corvus.Json.CodeGeneration/CSharp/CodeGeneratorExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4180,7 +4180,7 @@ public static CodeGenerator AppendAutoGeneratedHeader(this CodeGenerator generat
41804180
}
41814181

41824182
return generator
4183-
.AppendLine(
4183+
.AppendBlockIndent(
41844184
"""
41854185
//------------------------------------------------------------------------------
41864186
// <auto-generated>

0 commit comments

Comments
 (0)