Skip to content

Commit a517e6f

Browse files
Formatting
1 parent 1cdd8fa commit a517e6f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Packages/com.unity.inputsystem/Editor/Analytics/InputActionsEditorSessionAnalytic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public InputActionsEditorSessionAnalytic(Data.Kind kind)
2727
{
2828
if (kind == Data.Kind.Invalid)
2929
throw new ArgumentException(nameof(kind));
30-
30+
3131
Initialize(kind);
3232
}
3333

Packages/com.unity.inputsystem/InputSystem.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3748,4 +3748,4 @@ internal static void Restore()
37483748

37493749
#endif
37503750
}
3751-
}
3751+
}

0 commit comments

Comments
 (0)