From 8cac6da55d78de0f0901927fa20ad70759938a71 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Tue, 13 Oct 2015 01:22:57 +0300 Subject: [PATCH] Tests: fix code style issues Cherry-picked from 625bd303d99408bca86b7002cd42b8716e2b267e Follow-up for c7cf28681eeb2a7f6d71e5e17b293c252900bda7 --- test/unit/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index c6d68df2d..a9b1fc802 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -268,7 +268,7 @@ QUnit.test( "type for `Symbol`", function( assert ) { // Prevent reference errors if( typeof Symbol !== "function" ) { assert.expect( 0 ); - return + return; } assert.expect( 2 ); -- 2.39.5