mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 13:07:28 +00:00
Whitespace
This commit is contained in:
parent
f546a7d8c4
commit
a5edce7138
1 changed files with 1 additions and 2 deletions
|
|
@ -167,8 +167,7 @@ namespace ICD.Common.Utils.Extensions
|
||||||
/// <param name="extends"></param>
|
/// <param name="extends"></param>
|
||||||
/// <param name="other"></param>
|
/// <param name="other"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static
|
public static bool ScrambledEquals<T>(this IEnumerable<T> extends, IEnumerable<T> other)
|
||||||
bool ScrambledEquals<T>(this IEnumerable<T> extends, IEnumerable<T> other)
|
|
||||||
{
|
{
|
||||||
if (extends == null)
|
if (extends == null)
|
||||||
throw new ArgumentNullException("extends");
|
throw new ArgumentNullException("extends");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue