From f3c5776b826169de26ff58e6616b99427d5b8db0 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 31 Jul 2017 15:16:23 -0400 Subject: [PATCH] Tests: Replace non-ASCII whitespace in source code --- test/unit/wrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/wrap.js b/test/unit/wrap.js index 65af2b4b2..840e35a1f 100644 --- a/test/unit/wrap.js +++ b/test/unit/wrap.js @@ -9,7 +9,7 @@ QUnit.module( "wrap", { } ); // See test/unit/manipulation.js for explanation about these 2 functions -function manipulationBareObj( value ) { +function manipulationBareObj( value ) { return value; } -- 2.39.5