mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: Fixing unit test
This commit is contained in:
parent
76591155d3
commit
419b070375
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ namespace ICD.Common.Utils.Collections
|
|||
m_MaxSize = value;
|
||||
|
||||
TContents unused;
|
||||
Trim(out unused);
|
||||
while (Trim(out unused))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue