瀏覽代碼

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;