From 10885136756ecfbc01a95e3946e31b9a2f7b4828 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 8 Oct 2018 22:49:47 +0200 Subject: [PATCH] Fix lint violations for wrap-iife --- lib/sinon/util/core/extend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sinon/util/core/extend.js b/lib/sinon/util/core/extend.js index d85bd4a94..cac6451b0 100644 --- a/lib/sinon/util/core/extend.js +++ b/lib/sinon/util/core/extend.js @@ -49,7 +49,7 @@ var hasDontEnumBug = (function () { } } return join(result, "") !== "0123456789"; -})(); +}()); /* Public: Extend target in place with all (own) properties from sources in-order. Thus, last source will * override properties in previous sources.