mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fix cfce8f987f
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Jackett.Common.Extensions
|
||||
{
|
||||
public static class IEnumerableExtensions
|
||||
{
|
||||
public static HashSet<T> ToHashSet<T>(this IEnumerable<T> source, IEqualityComparer<T> comparer = null) => new (source, comparer);
|
||||
public static HashSet<T> ToHashSet<T>(this IEnumerable<T> source, IEqualityComparer<T> comparer = null) => new(source, comparer);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user