remove unused test transformation whitespace option

This commit is contained in:
Sebastian McKenzie
2014-12-07 21:59:01 +11:00
parent ce9a82c194
commit f9f48620de

View File

@@ -15,8 +15,7 @@ var run = function (task, done) {
var getOpts = function (self) {
return _.merge({
whtiespace: true,
filename: self.loc
filename: self.loc
}, opts);
};