Skip to content

Commit

Permalink
Tests: fix code style issues
Browse files Browse the repository at this point in the history
Follow-up for 8a73434
  • Loading branch information
markelog committed Oct 12, 2015
1 parent 8a73434 commit 625bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 625bd30

Please sign in to comment.