[Modify] Polish it
This commit is contained in:
		@@ -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);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user