浏览代码

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;