Skip to content

Commit caa071c

Browse files
committed
chore: fix spacing
1 parent 200e8d1 commit caa071c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export default function klona(x) {
1414
writable: 1,
1515
});
1616
} else {
17-
tmp[k] = klona(x[k]);
18-
}
17+
tmp[k] = klona(x[k]);
18+
}
1919
}
2020
return tmp;
2121
}

0 commit comments

Comments
 (0)