Skip to content

Commit 3136869

Browse files
committed
Fix formatting
1 parent 6094fc4 commit 3136869

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Views/ActionsTreeView.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public override void RedrawUI(ViewState viewState)
216216

217217
// Don't want to show action properties if there's no actions.
218218
m_PropertiesScrollview.visible = m_ActionsTreeView.GetTreeCount() > 0;
219-
219+
220220
FinishActionRename(viewState.newElementID);
221221
}
222222

@@ -310,7 +310,7 @@ internal void RenameActionItem(int index)
310310
m_ActionsTreeView.ScrollToItem(index);
311311
m_ActionsTreeView.GetRootElementForIndex(index)?.Q<InputActionsTreeViewItem>()?.FocusOnRenameTextField();
312312
}
313-
313+
314314
private void FinishActionRename(int id)
315315
{
316316
if (!m_FocusOnRenameActionFinish || id == -1)

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Views/InputActionsTreeViewItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static void CancelRename()
105105
{
106106
s_EditingItem?.OnEditTextFinished();
107107
}
108-
108+
109109
public void FocusOnRenameFinish()
110110
{
111111
if (m_IsEditing)

0 commit comments

Comments
 (0)