Skip to content

Commit 93dff2b

Browse files
committed
formatting
1 parent 79525e0 commit 93dff2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Assets/Tests/InputSystem/CorePerformanceTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,13 +1153,12 @@ public IEnumerator Performance_MeasureInputSystemFrameTimeWithProfilerMarkers_FP
11531153

11541154
using (Measure.ProfilerMarkers(markers))
11551155
{
1156-
11571156
Press(keyboard.wKey, queueEventOnly: true);
11581157

11591158
for (int i = 0; i < 500; ++i)
11601159
{
1161-
1162-
if (i % 60 == 0) {
1160+
if (i % 60 == 0)
1161+
{
11631162
PressAndRelease(keyboard.aKey, queueEventOnly: true);
11641163
PressAndRelease(keyboard.sKey, queueEventOnly: true);
11651164
PressAndRelease(keyboard.dKey, queueEventOnly: true);

0 commit comments

Comments
 (0)