Skip to content

Commit 6163f13

Browse files
Paul BrätzSleepWellPupper
authored andcommitted
fix formatting
1 parent 72f4b92 commit 6163f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UtilityGenerators.Library/Text/IndentedStringBuilder.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public IndentedStringBuilder(IndentedStringBuilderOptions options)
1717
}
1818

1919
private void InitializeBuilder()
20-
{ if(Options.PrependMarkerComment)
20+
{
21+
if(Options.PrependMarkerComment)
2122
_ = _builder.Append("// <auto-generated>").Append(Options.NewLine);
2223

2324
if(!String.IsNullOrWhiteSpace(Options.GeneratorName))

0 commit comments

Comments
 (0)