conform to whitespace usage in forked repo

This commit is contained in:
Niels Doucet 2014-07-14 15:26:25 +02:00
parent 2b96addeab
commit 6d36258b5c

View file

@ -66,11 +66,11 @@ module.exports = function (options) {
if ( opts.sync ) {
try {
var output = sass.renderSync(opts);
opts.success(output, null);
handleOutput(output, file, cb);
var output = sass.renderSync(opts);
opts.success(output, null);
handleOutput(output, file, cb);
} catch(err) {
opts.error(err);
opts.error(err);
}
} else {
sass.render(opts);