[unity] Minor: fixed whitespace formatting.

This commit is contained in:
Harald Csaszar 2024-07-05 13:01:18 +02:00
parent 2f44b90878
commit 853dc33e19

View File

@ -209,7 +209,7 @@ namespace Spine.Unity.Editor {
protected virtual void PopulatePopupList (ref List<GUIContent> contentList, ref List<string> valueList,
Texture2D image, SerializedProperty property, T targetAttribute, SkeletonData data) {
contentList.Add(new GUIContent ("Type Not Supported"));
contentList.Add(new GUIContent("Type Not Supported"));
valueList.Add(string.Empty);
}