Skip to content

Commit de3bcbd

Browse files
committed
prettier
1 parent 202e550 commit de3bcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/log-changesets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function logChangesets() {
5959
};
6060

6161
return new Promise((resolve, reject) => {
62-
console.log(`Logging PR ${data.pr} with version ${data.version}.`)
62+
console.log(`Logging PR ${data.pr} with version ${data.version}.`);
6363
const req = https.request(options, res => {
6464
res.on('data', d => {
6565
process.stdout.write(d);

0 commit comments

Comments
 (0)