Explorar o código

Remove redundant semicolon

Stepan Goremykin hai 1 ano
pai
achega
72faeed1db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      RSSDP/SsdpCommunicationsServer.cs

+ 1 - 1
RSSDP/SsdpCommunicationsServer.cs

@@ -423,7 +423,7 @@ namespace Rssdp.Infrastructure
             {
                 try
                 {
-                    var result = await socket.ReceiveMessageFromAsync(receiveBuffer, SocketFlags.None, new IPEndPoint(IPAddress.Any, 0), CancellationToken.None).ConfigureAwait(false);;
+                    var result = await socket.ReceiveMessageFromAsync(receiveBuffer, SocketFlags.None, new IPEndPoint(IPAddress.Any, 0), CancellationToken.None).ConfigureAwait(false);
 
                     if (result.ReceivedBytes > 0)
                     {