Skip to content

Commit 7751db0

Browse files
committed
formatting
1 parent 26146e9 commit 7751db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/Internal/InputStateWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private void OnDeviceChange(InputDevice device, InputDeviceChange change)
125125
if (device.deviceId != m_Control.device.deviceId)
126126
return;
127127

128-
if (change == InputDeviceChange.Removed)
128+
if (change == InputDeviceChange.Removed)
129129
Close();
130130
}
131131

0 commit comments

Comments
 (0)