Skip to content

Commit

Permalink
need newline
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 5, 2024
1 parent b886484 commit 2a332df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const createRun = async (
};

const commentLocator = (label?: string): string => {
return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->`;
return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->\n`;
};

const commentBody = (label: string | undefined, result: Result): string => {
Expand Down

0 comments on commit 2a332df

Please sign in to comment.