Skip to content

Commit

Permalink
Style fix (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello authored and nickmerwin committed Mar 15, 2019
1 parent aa2519c commit 4df732b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/handleInput.js
Expand Up @@ -4,8 +4,7 @@ var logger = require('./logger')();
function handleInput(input, cb, userOptions) {
logger.debug(input);
logger.debug('user options ' + userOptions);
index.getOptions(function(err, options){

index.getOptions(function(err, options){
if (err){
logger.error("error from getOptions");
cb(err);
Expand Down

0 comments on commit 4df732b

Please sign in to comment.