소스 검색

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;