mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +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="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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue