Răsfoiți Sursa

removed the space AGAIN!!!

BaronGreenback 4 ani în urmă
părinte
comite
1723ed1604
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;