code style

This commit is contained in:
Links
2020-10-04 15:11:06 +02:00
parent beba0f88e3
commit ca52afeec0

View File

@ -211,9 +211,7 @@ void WebSocketsClient::loop(void) {
#if defined(SSL_BARESSL)
} else if(_fingerprint) {
_client.ssl->setFingerprint(_fingerprint);
#endif
} else {
#if defined(SSL_BARESSL)
_client.ssl->setInsecure();
#endif
}