style: auto format

This commit is contained in:
GitHub Action
2021-06-15 17:56:18 +00:00
parent 3a461bee27
commit b3383347b5

View File

@@ -35,7 +35,7 @@ module.exports = async ({ github, context, core }, body, number) => {
}); });
return; return;
} else { } else {
core.debug('PR created by ' + context.payload.sender.login) core.debug('PR created by ' + context.payload.sender.login);
} }
if (m && m[1]) { if (m && m[1]) {