Skip to content

Commit f690485

Browse files
committed
Fix: add a line break
1 parent d5373fd commit f690485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clone-graph/HC-kang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ class _Node {
6060
this.val = val === undefined ? 0 : val;
6161
this.neighbors = neighbors === undefined ? [] : neighbors;
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)