Skip to content

Commit 4c6e252

Browse files
committed
removed trailing whitespace
Signed-off-by: Vedansh Saini <[email protected]>
1 parent bae2415 commit 4c6e252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ ${userReason}`;
528528
if (date < 10) date = '0' + date;
529529
let dateCode = year.toString() + month.toString() + date.toString();
530530

531-
const subject = `[Scrum] ${name} - ${project} - ${dateCode} `;
531+
const subject = `[Scrum] ${name} - ${project} - ${dateCode}`;
532532
log('Generated subject:', subject);
533533
githubCache.subject = subject;
534534
saveToStorage(githubCache.data, subject);

0 commit comments

Comments
 (0)