Преглед на файлове

removed the space AGAIN!!!

BaronGreenback преди 4 години
родител
ревизия
1723ed1604
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;