Browse Source

Cannot run with unit tests.

BDisp 9 months ago
parent
commit
7249de02ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/ConsoleDrivers/NetDriver.cs

+ 1 - 1
Terminal.Gui/ConsoleDrivers/NetDriver.cs

@@ -1405,7 +1405,7 @@ internal class NetDriver : ConsoleDriver
             IsReportingMouseMoves = false;
             IsReportingMouseMoves = false;
         }
         }
 
 
-        while (_mainLoopDriver is { _netEvents: { }} && Console.KeyAvailable)
+        while (_mainLoopDriver is { _netEvents: { } } && Console.KeyAvailable)
         {
         {
             _mainLoopDriver._netEvents._waitForStart.Set ();
             _mainLoopDriver._netEvents._waitForStart.Set ();
             _mainLoopDriver._netEvents._waitForStart.Reset ();
             _mainLoopDriver._netEvents._waitForStart.Reset ();