Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocoelho authored and eduardolundgren committed Sep 19, 2013
1 parent 50c2e2f commit db8daea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.clone = function(o) {
}

return c;
}
};

exports.find = function(filepath, opt_pattern) {
return fs.readdirSync(filepath).filter(function(file) {
Expand Down
10 changes: 5 additions & 5 deletions lib/cmds/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Notifications.DETAILS = {
'watch'
],
options: {
'latest': Boolean,
'remote' : String,
'repo' : String,
'user' : String,
'watch' : Boolean
'latest' : Boolean,
'remote' : String,
'repo' : String,
'user' : String,
'watch' : Boolean
},
shorthands: {
'l': [ '--latest' ],
Expand Down
1 change: 0 additions & 1 deletion lib/cmds/pull-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ PullRequest.DETAILS = {
'open',
'rebase',
'submit'

],
options: {
'all' : Boolean,
Expand Down

0 comments on commit db8daea

Please sign in to comment.