Skip to content

Commit 496fab1

Browse files
committed
format fix
1 parent 1a206ae commit 496fab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
189189
// This could be removed if the InputControlPathEditor is converted to UITK with a stable, persistent serializedObject backing this editor.
190190
// This property will be shared among multiple asset editor windows.
191191
private static SerializedProperty s_pathProperty { get; set; }
192-
192+
193193
// This property will always return the most recent serializedProperty.
194194
public SerializedProperty pathProperty { get => s_pathProperty;}
195-
195+
196196
public Action onModified { get; }
197197

198198
private GUIContent m_PathLabel;

0 commit comments

Comments
 (0)