From 625bd303d99408bca86b7002cd42b8716e2b267e 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 Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5 --- 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 42bfe91c1..1ed266318 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -276,7 +276,7 @@ QUnit.test( "type for `Symbol`", function( assert ) { // Prevent reference errors if( typeof Symbol !== "function" ) { assert.expect( 0 ); - return + return; } assert.expect( 2 );