Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 1, 2021
1 parent c866e9b commit a8593b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/bind.js
Expand Up @@ -159,10 +159,8 @@ describe('bind', function () {
var Class2 = function() {};
Class1.prototype.toString = function() { return 'classFromMethod'; }
Class2.prototype = Object.create(Class1.prototype);

assert.equal(classNamesBound(new Class2()), 'classFromMethod');
});

});

})

1 comment on commit a8593b2

@dsomel21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wiiiiide

Please sign in to comment.