From 853dc33e1902575e9bd73b9e5ec432a9b0bb8a1f Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 5 Jul 2024 13:01:18 +0200 Subject: [PATCH] [unity] Minor: fixed whitespace formatting. --- .../Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs index fb597cb59..3b1291b11 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs @@ -209,7 +209,7 @@ namespace Spine.Unity.Editor { protected virtual void PopulatePopupList (ref List contentList, ref List 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); }