Pārlūkot izejas kodu

Fix code style

release/3.x.x
Israel Lot pirms 6 gadiem
vecāks
revīzija
cd09a2f176
2 mainītis faili ar 2 papildinājumiem un 5 dzēšanām
  1. +1
    -4
      Frameworks/MQTTnet.NetStandard/Adapter/MqttChannelAdapter.cs
  2. +1
    -1
      Frameworks/MQTTnet.NetStandard/Exceptions/MqttCommunicationTimedOutException.cs

+ 1
- 4
Frameworks/MQTTnet.NetStandard/Adapter/MqttChannelAdapter.cs Parādīt failu

@@ -84,10 +84,7 @@ namespace MQTTnet.Adapter

}

if (cancellationToken.IsCancellationRequested)
{
return;
}

});
}


+ 1
- 1
Frameworks/MQTTnet.NetStandard/Exceptions/MqttCommunicationTimedOutException.cs Parādīt failu

@@ -4,7 +4,7 @@ namespace MQTTnet.Exceptions
{
public sealed class MqttCommunicationTimedOutException : MqttCommunicationException
{
public MqttCommunicationTimedOutException() : base() { }
public MqttCommunicationTimedOutException() { }
public MqttCommunicationTimedOutException(Exception innerException) : base(innerException) { }

}


Notiek ielāde…
Atcelt
Saglabāt