Skip to content

Commit

Permalink
fix newlines, mayhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Oct 2, 2024
1 parent 0cc0f4d commit 94e17eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plogon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ string ReplaceDiscordEmotes(string text)
}

needsText =
"\n\n<detail>\n##### Needs " +
"\n\n<detail>\n<summary>Needs " +
(anyUnreviewed ? "(UNREVIEWED)" : "(All reviewed)") +
" \n" + needsTable.GetText() +
"</detail>";
"</summary>\n\n" + needsTable.GetText() +
"</detail>\n\n";
}

var commentTask = gitHubApi?.AddComment(parsedPrNum,
Expand Down

0 comments on commit 94e17eb

Please sign in to comment.