Skip to content

Commit

Permalink
chore: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 16, 2020
1 parent 200e8d1 commit caa071c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function klona(x) {
writable: 1,
});
} else {
tmp[k] = klona(x[k]);
}
tmp[k] = klona(x[k]);
}
}
return tmp;
}
Expand Down

0 comments on commit caa071c

Please sign in to comment.