Skip to content

Commit 06e24d4

Browse files
fix build
1 parent 1e77cf3 commit 06e24d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/fishercoder/solutions/_1315.java

-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ private int dfs(TreeNode grandparent, TreeNode parent, int sum) {
4949
sum = dfs(parent, parent.right, sum);
5050
return sum;
5151
}
52-
5352
}
5453
}

0 commit comments

Comments
 (0)