removed the space AGAIN!!!

This commit is contained in:
BaronGreenback 2021-03-10 19:59:58 +00:00
parent 5db998e135
commit 1723ed1604
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace Rssdp.Infrastructure
{
throw new ArgumentNullException(nameof(communicationsServer));
}
_CommunicationsServer = communicationsServer;
_CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;