Skip to content

Commit 2ec4863

Browse files
author
jinvicky
committed
fix lint
1 parent d3b8617 commit 2ec4863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linked-list-cycle/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public boolean hasCycle(ListNode head) {
1515
}
1616
return false;
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)