Skip to content

Commit 2f249d6

Browse files
committed
style: add spaces
1 parent 314a747 commit 2f249d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/update_ideas_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function main( github, context, core, fs, path, dir ) {
122122
t = t.replace( '[Idea]: ', '' );
123123
t = t[ 0 ].toUpperCase() + t.substring( 1 );
124124

125-
body = issues[i].body.replace(RE_CHECKLIST, '').trim();
125+
body = issues[i].body.replace( RE_CHECKLIST, '' ).trim();
126126
str = [
127127
'## ' + t,
128128
'',

0 commit comments

Comments
 (0)