Skip to content

Commit 8cac6da

Browse files
committed
Tests: fix code style issues
Cherry-picked from 625bd30 Follow-up for c7cf286
1 parent c7cf286 commit 8cac6da

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
@@ -268,7 +268,7 @@ QUnit.test( "type for `Symbol`", function( assert ) {
268268
// Prevent reference errors
269269
if( typeof Symbol !== "function" ) {
270270
assert.expect( 0 );
271-
return
271+
return;
272272
}
273273

274274
assert.expect( 2 );

0 commit comments

Comments
 (0)