Removed redundant return (staticcheck)
This commit is contained in:
@@ -16,7 +16,6 @@ func (s *uniq_arr[T]) add(vals ...T) {
|
||||
s.backingMap[item] = struct{}{}
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
func (s uniq_arr[T]) contains(val T) bool {
|
||||
|
Reference in New Issue
Block a user