Skip to content

Commit 400b4d6

Browse files
committed
feat: line break 추가
1 parent bfebdd2 commit 400b4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kth-smallest-element-in-a-bst/hwanminini.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ var kthSmallest = function(root, k) {
2626
dfs(root)
2727

2828
return results[k-1]
29-
};
29+
};

0 commit comments

Comments
 (0)