Skip to content

Commit 5125d68

Browse files
Format Reset method declaration in InputSystemUIInputModule
1 parent 320d28c commit 5125d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/UI/InputSystemUIInputModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ public InputActionReference trackedDeviceSelect
16021602

16031603
#if UNITY_EDITOR
16041604
/// <inheritdoc/>
1605-
protected override void Reset()
1605+
protected override void Reset()
16061606
{
16071607
base.Reset();
16081608

0 commit comments

Comments
 (0)