Skip to content

Commit

Permalink
fix formatting some more
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Nov 16, 2024
1 parent d511df9 commit df9c751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ string Pluralize(int count, string singular)
unreviewedText = $"Upd. from {need.OldVersion}";

if (need.DiffUrl != null)
unreviewedText = $"[{unreviewedText}]({need.DiffUrl}))";
unreviewedText = $"[{unreviewedText}]({need.DiffUrl})";
}

needsTable.AddRow(
Expand Down

0 comments on commit df9c751

Please sign in to comment.