Procházet zdrojové kódy

Cannot run with unit tests.

BDisp před 11 měsíci
rodič
revize
7249de02ef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ();