Fix linting error from merged PR.

This commit is contained in:
Logan Smyth 2017-01-15 15:29:26 -08:00
parent c5fb56e66c
commit e863790e7e

View File

@ -51,7 +51,7 @@ module.exports = function (commander, filenames, opts) {
} }
}); });
offset = code.split("\n").length -1; offset = code.split("\n").length - 1;
} }
}); });