Skip to content

Commit 72b3f50

Browse files
committed
chore: end of line 추가
1 parent c302622 commit 72b3f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate-binary-search-tree/jeongwoo903.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ var isValidBST = function(root) {
2828
}
2929

3030
return bst(root, -Infinity, Infinity);
31-
};
31+
};

0 commit comments

Comments
 (0)