mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Tidying
This commit is contained in:
parent
cc984e718f
commit
a612bd3da4
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ namespace ICD.Common.Utils.Extensions
|
|||
foreach (T item in extends)
|
||||
{
|
||||
if (!first)
|
||||
yield return new T[] {previous, item};
|
||||
yield return new[] {previous, item};
|
||||
|
||||
first = false;
|
||||
previous = item;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue