Skip to content

Commit

Permalink
style: Csharpier
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Klintrot committed Sep 30, 2024
1 parent 5b83810 commit cf31532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdatR/Formatters/TextFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ IEnumerable<DeprecatedPackage> deprecatedPackages

if (metadata.Message is not null)
{
sb.AppendLine(metadata.Message.Replace("\n", Environment.NewLine));
sb.AppendLine(metadata.Message.Replace("\n", Environment.NewLine));
}

if (metadata.AlternatePackage is not null)
Expand Down

0 comments on commit cf31532

Please sign in to comment.