removed space.

This commit is contained in:
BaronGreenback 2021-03-10 19:59:18 +00:00
parent 0960c945d0
commit 5db998e135

View file

@ -33,9 +33,8 @@ namespace Rssdp.Infrastructure
}
_CommunicationsServer = communicationsServer;
// This can occur is dlna is enabled, but defined to run over https.
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
_Devices = new List<DiscoveredSsdpDevice>();
}