Whitespace

This commit is contained in:
Chris Cameron
2017-11-10 16:53:45 -05:00
parent f546a7d8c4
commit a5edce7138

View File

@@ -167,8 +167,7 @@ namespace ICD.Common.Utils.Extensions
/// <param name="extends"></param>
/// <param name="other"></param>
/// <returns></returns>
public static
bool ScrambledEquals<T>(this IEnumerable<T> extends, IEnumerable<T> other)
public static bool ScrambledEquals<T>(this IEnumerable<T> extends, IEnumerable<T> other)
{
if (extends == null)
throw new ArgumentNullException("extends");