Style cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ public static class EnumerableHelpers
|
||||
/// </summary>
|
||||
public static IEnumerable<T> WhereNotNull<T>(this IEnumerable<T?> enumerable) where T : class =>
|
||||
enumerable.Where(x => x is not null)!;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Finds the index of a value in an enumerable. Returns -1 if the value is not found.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user