Skip to content

Commit b83f461

Browse files
Code style
1 parent b66642f commit b83f461

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

worker.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ module.exports = {
99
} else {
1010
debug('found pr!', job.plugin_data.github.pull_request);
1111
}
12-
var projectName = job.project.name
13-
, creator = job.project.creator
14-
, account
15-
, token;
12+
var projectName = job.project.name;
13+
var creator = job.project.creator;
14+
var account;
15+
var token;
1616
account = creator.account(job.project.provider);
1717
if (!account || !account.config.accessToken) {
1818
console.error('Account not found for', job.project.provider);

0 commit comments

Comments
 (0)