Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 2, 2024
1 parent 9a5493e commit c2dfe2f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public override string WriteCode()
if (Options.Project.FileScopedNamespace)
{
CodeBuilder.AppendLine(";");
CodeBuilder.AppendLine();
GenerateClass();
}
else
Expand Down

0 comments on commit c2dfe2f

Please sign in to comment.