Skip to content

Commit 28750f1

Browse files
committed
chore: format
1 parent 5a04c9b commit 28750f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
return acc.replace(new RegExp(key, "g"), value);
309309
}, type)
310310
311-
return `<details><summary>${typeReplaced}</summary>\n\`\`\`diff\n${artifact}\n\`\`\`\n\n</details>\n\n`;
311+
return `<details><summary>${typeReplaced}</summary>\n\n\`\`\`diff\n${artifact}\n\`\`\`\n</details>\n\n`;
312312
})
313313
314314
const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of effected templates below:

0 commit comments

Comments
 (0)