Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed May 10, 2024
1 parent 0007a71 commit 904bce4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ private long[] CreateOrWaitForJumpDestinationBitmap()
return bitmap;
}
}
else if (previous is ManualResetEventSlim resetEvent)

if (previous is ManualResetEventSlim resetEvent)
{
Thread thread = Thread.CurrentThread;
ThreadPriority priority = thread.Priority;
Expand Down

0 comments on commit 904bce4

Please sign in to comment.