mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
chore: Fixing unit test
This commit is contained in:
@@ -32,7 +32,9 @@ namespace ICD.Common.Utils.Collections
|
||||
m_MaxSize = value;
|
||||
|
||||
TContents unused;
|
||||
Trim(out unused);
|
||||
while (Trim(out unused))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user