Skip to content

Commit

Permalink
fix: 添加分割线
Browse files Browse the repository at this point in the history
  • Loading branch information
Lydanne committed Aug 7, 2023
1 parent 43e56c6 commit dea5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffReview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export function formatReviewResult(
return `## ${r.reviewer.constructor.name}\n\n${r.message}:`;
});

return formatted.join("\n\n");
return formatted.join("\n ---\n");
}

0 comments on commit dea5e4e

Please sign in to comment.