Selaa lähdekoodia

removed the space AGAIN!!!

BaronGreenback 4 vuotta sitten
vanhempi
sitoutus
1723ed1604
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      RSSDP/SsdpDeviceLocator.cs

+ 1 - 1
RSSDP/SsdpDeviceLocator.cs

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