From aacd7a90d1ac5f306ffaf66d21884e2cff941408 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Thu, 15 May 2014 00:52:03 +0200 Subject: [PATCH] formatting --- lib/test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/test.js b/lib/test.js index a8c090b4..171eea05 100644 --- a/lib/test.js +++ b/lib/test.js @@ -58,9 +58,8 @@ function Test (name_, opts_, cb_) { return function bound() { return val.apply(self, arguments); }; - } else { - return val; } + else return val; })(this, this[prop]); } }