Skip to content

Commit

Permalink
Update doublylinklist.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghui0779 authored Nov 19, 2024
1 parent 2cae4ca commit f45797e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linklist/doublylinklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func (list *DoublyLinkList[T]) Filter(fn func(index int, value T) bool) []T {
values = append(values, e.value)
list.deleteElement(e)
}

return values
}

Expand Down

0 comments on commit f45797e

Please sign in to comment.