Skip to content

Commit 1740639

Browse files
committed
format fix
1 parent 7a5cbe8 commit 1740639

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
@@ -67,7 +67,7 @@ public void SetExpectedControlLayout(string expectedControlLayout)
6767
m_ExpectedControlLayout = expectedControlLayout;
6868
m_PickerDropdown?.SetExpectedControlLayout(m_ExpectedControlLayout);
6969
}
70-
70+
7171
public void SetExpectedControlLayoutFromAttribute()
7272
{
7373
var field = pathProperty.GetField();

0 commit comments

Comments
 (0)