Quellcode durchsuchen

removed the space AGAIN!!!

BaronGreenback vor 4 Jahren
Ursprung
Commit
1723ed1604
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      RSSDP/SsdpDeviceLocator.cs

+ 1 - 1
RSSDP/SsdpDeviceLocator.cs

@@ -31,7 +31,7 @@ namespace Rssdp.Infrastructure
             {
                 throw new ArgumentNullException(nameof(communicationsServer));
             }
-            
+
             _CommunicationsServer = communicationsServer;
             _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;