소스 검색

fix duplicating triagebot sections

chaz-kiker 3 년 전
부모
커밋
4e3240c223
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/interactions.rs

+ 1 - 1
src/interactions.rs

@@ -53,7 +53,7 @@ pub struct EditIssueBody<'a> {
     id: &'static str,
 }
 
-static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n";
+static START_BOT: &str = "<!-- TRIAGEBOT_START -->\r\n";
 static END_BOT: &str = "<!-- TRIAGEBOT_END -->";
 
 impl<'a> EditIssueBody<'a> {