mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: Remove trailing whitespace and extra newlines
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
ad47b3d590
commit
d62e857c44
@ -173,4 +173,3 @@ describe("useRefreshGitHubIssuesPRs", () => {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user