Skip to content

Commit

Permalink
Fixes indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Appelman committed Jul 4, 2015
1 parent c2b418e commit 9a34057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function getOptions() {

try {
var opts = fs.readFileSync(optsPath, 'utf8')
.split(/\s/)
.filter(Boolean);
.split(/\s/)
.filter(Boolean);

process.argv = process.argv
.slice(0, 2)
Expand Down

0 comments on commit 9a34057

Please sign in to comment.