Skip to content

Commit 625bd30

Browse files
committed
Tests: fix code style issues
Follow-up for 8a73434
1 parent 8a73434 commit 625bd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ QUnit.test( "type for `Symbol`", function( assert ) {
276276
// Prevent reference errors
277277
if( typeof Symbol !== "function" ) {
278278
assert.expect( 0 );
279-
return
279+
return;
280280
}
281281

282282
assert.expect( 2 );

0 commit comments

Comments
 (0)