Skip to content

Commit

Permalink
Refresh generated wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Feb 26, 2023
1 parent 14f427a commit 430fe45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MoreLinq/Extensions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ public static partial class AssertCountExtension
/// </remarks>

public static IEnumerable<TSource> AssertCount<TSource>(this IEnumerable<TSource> source,
int count, Func<int, int, Exception> errorSelector) => MoreEnumerable.AssertCount(source, count, errorSelector);
int count, Func<int, int, Exception> errorSelector)
=> MoreEnumerable.AssertCount(source, count, errorSelector);

}

Expand Down

0 comments on commit 430fe45

Please sign in to comment.