Skip to content

Commit b556897

Browse files
committed
smae-tree lint error fix
1 parent 355cfd6 commit b556897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

same-tree/jdy8739.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var isSameTree = function(p, q) {
2828
return true;
2929
}
3030
}
31-
31+
W
3232

3333
if (a?.right && b?.right) {
3434
const isRightDiff = dfs(a.right, b.right);

0 commit comments

Comments
 (0)