Skip to content

Commit

Permalink
🧹 Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr committed Jul 20, 2024
1 parent 39c25ed commit bb9fbae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Core/ListNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ public class ListNode {
public var val: Int
public var next: ListNode?

public init() {
val = 0
}

public init(_ val: Int) {
self.val = val
}
Expand Down

0 comments on commit bb9fbae

Please sign in to comment.