Browse Source

[unity] Minor: fixed formatting or last commit 54e4630.

Harald Csaszar 1 year ago
parent
commit
cff6943c3a

+ 1 - 1
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs

@@ -159,7 +159,7 @@ namespace Spine.Unity.Editor {
 						dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1);
 						dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1);
 						if (dotIndex < 0)
 						if (dotIndex < 0)
 							break;
 							break;
-						newPropertyPath = propertyPath.Remove(dotIndex +  1) + propertyName;
+						newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
 						relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
 						relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
 					}
 					}
 				}
 				}