Skip to content

Commit 02ff16c

Browse files
committed
chore: remove trailing whitespace
Signed-off-by: Parv Ninama <ninamaparv@gmail.com>
1 parent 52b9cc9 commit 02ff16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/shared/helpers/comment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function buildRecommendationComment(username, issues, completedDisplayName, unlo
6262
} = homeRepo;
6363

6464
const hasRepoUrl = Boolean(repoUrl);
65-
65+
6666
return [
6767
CONFIG.commentMarker,
6868
'',
@@ -82,7 +82,7 @@ function buildRecommendationComment(username, issues, completedDisplayName, unlo
8282
] : []),
8383

8484
'',
85-
'Happy coding! 🚀',
85+
'Happy coding! 🚀',
8686
`_— ${botSignature}_`,
8787
].join('\n');
8888
}

0 commit comments

Comments
 (0)