Skip to content

Commit d92b2a7

Browse files
minor change
1 parent 654afd3 commit d92b2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/common/classes/TreeLinkNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* Created by fishercoder1534 on 10/5/16.
55
*/
6+
67
public class TreeLinkNode {
78
public int val;
89
public TreeLinkNode left;

0 commit comments

Comments
 (0)