Skip to content

Commit 68fb8ed

Browse files
lint
1 parent cc868d3 commit 68fb8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function cmdGet (msg, done) {
136136
},
137137

138138
getPullRequests: function (cb) {
139-
github.pullRequests.getAll({user: params.user, repo: params.repo, state: 'open'}, function(err, data){
139+
github.pullRequests.getAll({user: params.user, repo: params.repo, state: 'open'}, function (err, data) {
140140
if (err) {
141141
context.log.debug(`Read Github pull requests for ${moduleName} get error: ${err}`)
142142
}

0 commit comments

Comments
 (0)