Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed Dec 21, 2011
1 parent 3a0352d commit 56c5c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions append.js
@@ -1,5 +1,5 @@
module.exports = function(o1, o2) { module.exports = function(o1, o2) {
for (var prop in o2) for (var prop in o2)
o1[prop] = o2[prop]; o1[prop] = o2[prop];
return o1; return o1;
}; };

0 comments on commit 56c5c3d

Please sign in to comment.