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 6ee7f72 commit f918536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bind.js
Expand Up @@ -10,7 +10,7 @@

var hasOwn = {}.hasOwnProperty;

function classNames() {
function classNames () {
var classes = [];

for (var i = 0; i < arguments.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion dedupe.js
Expand Up @@ -28,7 +28,7 @@
resultSet[num] = true;
}

function _parseObject(resultSet, object) {
function _parseObject (resultSet, object) {
if (object.toString === Object.prototype.toString) {
for (var k in object) {
if (hasOwn.call(object, k)) {
Expand Down

0 comments on commit f918536

Please sign in to comment.