Skip to content

Commit eccc4d1

Browse files
committed
fixup formatting
1 parent 9fa4f1c commit eccc4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Actions/InputActionState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4148,7 +4148,7 @@ public struct UnmanagedMemory : IDisposable
41484148
{
41494149
if (size == 0)
41504150
return null;
4151-
4151+
41524152
var allocation = top;
41534153
top += size;
41544154
return allocation;

0 commit comments

Comments
 (0)