Fix missing space
Co-Authored-By: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
ab2ecc665b
commit
fab55bb1c1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Ryujinx.Common.Logging
|
||||||
sb.Append(prop.Name);
|
sb.Append(prop.Name);
|
||||||
sb.Append(": ");
|
sb.Append(": ");
|
||||||
|
|
||||||
if(typeof(Array).IsAssignableFrom(prop.PropertyType))
|
if (typeof(Array).IsAssignableFrom(prop.PropertyType))
|
||||||
{
|
{
|
||||||
Array enumerable = (Array)prop.GetValue(args.Data);
|
Array enumerable = (Array)prop.GetValue(args.Data);
|
||||||
foreach (var item in enumerable)
|
foreach (var item in enumerable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue