Skip to content

Commit 0e622e4

Browse files
Fix whitespace in Vector2Control.cs
1 parent b1fbc4f commit 0e622e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/Controls/Vector2Control.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public class Vector2Control : InputControl<Vector2>, IActuationPressPoint
5757
/// </summary>
5858
public float pressPointOrDefault => pressPoint > 0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
5959

60-
6160
/// <summary>
6261
/// Default-initialize the control.
6362
/// </summary>

0 commit comments

Comments
 (0)