Skip to content

Commit d829efc

Browse files
refactor 2
1 parent 320b982 commit d829efc

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
3030
l2 = l2.next;
3131
}
3232
tmp.next = new ListNode(sum % 10);
33-
;
3433
tmp = tmp.next;
3534
}
3635
if (sum / 10 == 1) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy