mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-14 23:24:09 -05:00
indent
This commit is contained in:
parent
161381b235
commit
d85cc70a64
|
|
@ -265,7 +265,7 @@ namespace UniGLTF.JsonSchema
|
|||
|
||||
public void Dump(StringBuilder sb, string indent = "")
|
||||
{
|
||||
sb.AppendLine($"{indent}{JsonPath}: {type}");
|
||||
sb.AppendLine($"{JsonPath}: {type}");
|
||||
|
||||
foreach (var x in Children())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user