mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 21:38:56 -05:00
indent
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user