Skip to content

Commit

Permalink
Use more formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jan 29, 2024
1 parent f964c66 commit 0e2e739
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tsu.Trees.RedGreen/sourcegen/GreenTreeWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public static void RegisterGreenOutput(this IncrementalGeneratorInitializationCo
writer.WriteLine("using System.Linq;");
writer.WriteLineNoTabs("");

writer.Write("namespace ");
writer.WriteLine(tree.GreenBase.ContainingNamespace.ToCSharpString());
writer.WriteLine("namespace {0}", tree.GreenBase.ContainingNamespace.ToCSharpString());
writer.WriteLine('{');
writer.Indent++;

Expand Down

0 comments on commit 0e2e739

Please sign in to comment.