diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Threads.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Threads.cs index d2515952b4d8e1..74f574b5f0054d 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Threads.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Threads.cs @@ -10,5 +10,6 @@ public static partial class ThreadPool // event queue can be drained #pragma warning disable IDE0060 // Remove unused parameter internal static bool YieldFromDispatchLoop(int currentTickCount) => true; -#pragma warning restore IDE0060 } +#pragma warning restore IDE0060 } +}