removed space

This commit is contained in:
BaronGreenback
2021-03-10 19:57:32 +00:00
parent 1dd6036765
commit a324d8a9c5
2 changed files with 12 additions and 8 deletions

View File

@@ -31,11 +31,10 @@ namespace Rssdp.Infrastructure
{
throw new ArgumentNullException(nameof(communicationsServer));
}
_CommunicationsServer = communicationsServer;
// This can occur is dlna is enabled, but defined to run over https.
_CommunicationsServer = communicationsServer;
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
_Devices = new List<DiscoveredSsdpDevice>();
}