Skip to content

Commit e3c0afc

Browse files
committed
Remove extra space
1 parent 8974a4c commit e3c0afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/BaseMixedRealityProfileInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private static bool RenderProfileInternal(SerializedProperty property, GUIConten
133133
{
134134
string showFoldoutKey = GetSubProfileDropdownKey(property);
135135
bool showFoldout = SessionState.GetBool(showFoldoutKey, false);
136-
showFoldout = EditorGUILayout.Foldout(showFoldout, showFoldout ? "Hide " + property.displayName + " contents" : "Show " + property.displayName + " contents");
136+
showFoldout = EditorGUILayout.Foldout(showFoldout, showFoldout ? "Hide " + property.displayName + " contents" : "Show " + property.displayName + " contents");
137137

138138
if (showFoldout)
139139
{

0 commit comments

Comments
 (0)