From a79b221f75849cb935c2b6007c1e99a54a98b8c2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 May 2016 20:09:03 +0300 Subject: [PATCH] chore(util) rm ";" --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 4f9364e2..30ebee42 100644 --- a/lib/util.js +++ b/lib/util.js @@ -54,7 +54,7 @@ } return check; - }; + } check.check = check;