Skip to content

Commit

Permalink
Update DataReaderFactoryWriter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 14, 2023
1 parent 6123345 commit 50e9337
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/FluentCommand.Generators/DataReaderFactoryWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ public static string Generate(EntityClass entityClass)

var codeBuilder = new IndentedStringBuilder();
codeBuilder
.AppendLine("// <auto-generated>")
.AppendLine("// Generated by the FluentCommand source generator.")
.AppendLine("// </auto-generated>")
.AppendLine("// <auto-generated />")
.AppendLine("#nullable enable")
.AppendLine()
.AppendLine("using global::FluentCommand.Extensions;")
.AppendLine();
Expand Down

0 comments on commit 50e9337

Please sign in to comment.