Skip to content

Commit 62b73c0

Browse files
committed
apply formatting
1 parent 387c1e2 commit 62b73c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private void SetExpectedControlLayoutFromAttribute(SerializedProperty property)
217217
/// <summary>
218218
/// This property is only set from this class in order to communicate that we're showing the dropdown at the moment
219219
/// It's employed to skip auto-saving, because that complicates updating the internal SerializedProperties.
220-
/// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
220+
/// Unfortunately, we can't use IMGUIDropdownVisible from the setings provider because of the early-out logic in there.
221221
/// </summary>
222222
public static bool IsShowingDropdown { get; private set; }
223223
}

0 commit comments

Comments
 (0)