Skip to content

Commit cb2efb4

Browse files
restore style change
1 parent e9d1899 commit cb2efb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Source/SuperLinq/Replace.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ static IEnumerable<TSource> Core(
7777
/// <remarks>
7878
/// This operator evaluates in a deferred and streaming manner.
7979
/// </remarks>
80-
public static IEnumerable<TSource> Replace<TSource>(this IEnumerable<TSource> source, Index index, TSource value)
80+
public static IEnumerable<TSource> Replace<TSource>(
81+
this IEnumerable<TSource> source,
82+
Index index,
83+
TSource value)
8184
{
8285
ArgumentNullException.ThrowIfNull(source);
8386

0 commit comments

Comments
 (0)