[Modify] Polish it

master
sta 7 years ago
parent 1880af98fc
commit 846dd0b7d2

@ -971,7 +971,9 @@ namespace WebSocketSharp
} }
} }
internal static List<TSource> ToList<TSource> (this IEnumerable<TSource> source) internal static List<TSource> ToList<TSource> (
this IEnumerable<TSource> source
)
{ {
return new List<TSource> (source); return new List<TSource> (source);
} }

Loading…
Cancel
Save