From 6d36258b5c8471e7d7a980fc47814ff0a1025820 Mon Sep 17 00:00:00 2001 From: Niels Doucet Date: Mon, 14 Jul 2014 15:26:25 +0200 Subject: [PATCH] conform to whitespace usage in forked repo --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 9567c38..1062ef0 100644 --- a/index.js +++ b/index.js @@ -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);