Skip to content

Commit 0230ea8

Browse files
committed
consistent space placement
1 parent 5160ea2 commit 0230ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ function cla(signed, committerMap) {
737737
text += ' You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please [add the email address used for this commit to your account](https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user).<br/>';
738738
}
739739
if (input.suggestRecheck() == 'true') {
740-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request.</sub> ';
740+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. </sub>';
741741
}
742742
text += '<sub>Posted by the **CLA Assistant Lite bot**.</sub>';
743743
return text;

src/pullrequest/pullRequestCommentContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function cla(signed: boolean, committerMap: CommitterMap): string {
9797
}
9898

9999
if (input.suggestRecheck() == 'true') {
100-
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request.</sub> '
100+
text += '<sub>You can retrigger this bot by commenting **recheck** in this Pull Request. </sub>'
101101
}
102102
text += '<sub>Posted by the **CLA Assistant Lite bot**.</sub>'
103103
return text

0 commit comments

Comments
 (0)