cosmetic changes
This commit is contained in:
parent
f3dc0a4866
commit
cbf8e6fb24
@ -87,7 +87,6 @@ namespace Catamaran.CollectionGenericObjects
|
||||
{
|
||||
if (position > Count || position < 0)
|
||||
{
|
||||
|
||||
return null;
|
||||
}
|
||||
T? obj = _collection[position];
|
||||
|
@ -155,7 +155,7 @@ namespace Catamaran
|
||||
for (int i = 0; i < _storageCollection.Keys?.Count; ++i)
|
||||
{
|
||||
string? colName = _storageCollection.Keys?[i];
|
||||
if (!string.IsNullOrEmpty(colName) )
|
||||
if (!string.IsNullOrEmpty(colName))
|
||||
{
|
||||
listBoxCollection.Items.Add(colName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user