fix: Remove trailing whitespace and extra newlines

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
openhands 2025-12-21 04:08:54 +00:00
parent ad47b3d590
commit d62e857c44
2 changed files with 1 additions and 2 deletions

View File

@ -173,4 +173,3 @@ describe("useRefreshGitHubIssuesPRs", () => {
});
});

View File

@ -207,7 +207,7 @@ function GitHubIssuesPRsPage() {
// Build the initial message based on item type
let initialMessage: string;
if (item.item_type === "issue") {
initialMessage = `Please help me resolve issue #${item.number} in the ${item.repo} repository.
initialMessage = `Please help me resolve issue #${item.number} in the ${item.repo} repository.
First, understand the issue context by reading the issue description and any comments. Then, work on resolving the issue. If you successfully resolve it, please open a draft PR with the fix.