Skip to content

Commit

Permalink
Whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jan 18, 2012
1 parent 3db63bd commit ad3385a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/commands.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var app = require('./index');
var package = require('package')(module); var package = require('package')(module);
var log = console.log; var log = console.log;



/** /**
* Commands. * Commands.
* *
Expand Down
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/ */


var path = require('path'); var path = require('path');


var app = module.exports = require('flatiron').app; var app = module.exports = require('flatiron').app;

app.config.file({ file: path.join(__dirname, '..', 'data', 'config.json') }); app.config.file({ file: path.join(__dirname, '..', 'data', 'config.json') });
app.config.defaults({ reporter: 'basic' }); app.config.defaults({ reporter: 'basic' });

0 comments on commit ad3385a

Please sign in to comment.