Skip to content

Commit

Permalink
Fix whitespacing in gen for #region
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Jan 2, 2025
1 parent 96476e8 commit f1cada3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public CodeProjectDocument Generate(
// ReSharper disable All
#region Template
{{(options.IsEnabledNullables ? "\n" : "\n#nullable enable\n")}}
{{(options.IsEnabledNullables ? string.Empty : "\n#nullable enable")}}
#pragma warning disable CS1591
#pragma warning disable CS8981
using Interop.Runtime;
Expand Down

0 comments on commit f1cada3

Please sign in to comment.