aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-03-10 19:59:58 +0000
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-03-10 19:59:58 +0000
commit1723ed1604a5ab6ae4d8e4dc243118c3267d879d (patch)
tree53802e1badfa681a14118744c182ed06cab4a056
parent5db998e1350ddd984c72624f882413c676bee6ef (diff)
removed the space AGAIN!!!
-rw-r--r--RSSDP/SsdpDeviceLocator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs
index 31d520ff7..0cdc5ce3d 100644
--- a/RSSDP/SsdpDeviceLocator.cs
+++ b/RSSDP/SsdpDeviceLocator.cs
@@ -31,7 +31,7 @@ namespace Rssdp.Infrastructure
{
throw new ArgumentNullException(nameof(communicationsServer));
}
-
+
_CommunicationsServer = communicationsServer;
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;