TestClient cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenMetaverse.TestClient
|
||||
{
|
||||
foreach (InventoryBase i in contents)
|
||||
{
|
||||
result.AppendFormat("{0}{1} ({2})\n", new String(' ', indent * 2), i.Name, i.UUID);
|
||||
result.AppendFormat("{0}{1} ({2})\n", new string(' ', indent * 2), i.Name, i.UUID);
|
||||
if (i is InventoryFolder folder)
|
||||
{
|
||||
PrintFolder(folder, result, indent + 1);
|
||||
|
||||
Reference in New Issue
Block a user