Skip to content

Commit 96a5dbe

Browse files
committed
[Input System] Format source file (CopyPasteHelper.cs)
1 parent b7f93d8 commit 96a5dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private static void PasteBlocks(string transmission, int indexToInsert, Serializ
265265
else
266266
{
267267
var actionName = Selectors.GetSelectedBinding(s_State)?.wrappedProperty.FindPropertyRelative("m_Action")
268-
.stringValue;
268+
.stringValue;
269269

270270
if (s_State.selectionType == SelectionType.Action)
271271
{

0 commit comments

Comments
 (0)