Explorar o código

Cannot run with unit tests.

BDisp hai 11 meses
pai
achega
7249de02ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }
 
-        while (_mainLoopDriver is { _netEvents: { }} && Console.KeyAvailable)
+        while (_mainLoopDriver is { _netEvents: { } } && Console.KeyAvailable)
         {
             _mainLoopDriver._netEvents._waitForStart.Set ();
             _mainLoopDriver._netEvents._waitForStart.Reset ();