Skip to content

Commit bb41da4

Browse files
committed
format
1 parent c58ae8e commit bb41da4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

enumerable.go

-3
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,6 @@ func (receiver Enumerable[T]) Distinct() Enumerable[T] {
943943
if !lst.Where(func(t T) bool { return reflect.DeepEqual(item, t) }).Any() {
944944
lst.Add(item)
945945
}
946-
//if !lst.Contains(item) {
947-
// lst.Add(item)
948-
//}
949946
}
950947
return lst.Enumerable
951948
}

0 commit comments

Comments
 (0)