8000 Format Code; · AlphaHolding/arduinoWebSockets@e1ddbfe · GitHub
[go: up one dir, main page]

Skip to content

Commit e1ddbfe

Browse files
committed
Format Code;
1 parent f65e8d9 commit e1ddbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocketsClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void WebSocketsClient::loop(void) {
170170
_client.tcp = NULL;
171171
}
172172
_client.ssl = new WEBSOCKETS_NETWORK_SSL_CLASS();
173-
_client.ssl->setFingerprint(_fingerprint.c_str());
173+
_client.ssl->setFingerprint(_fingerprint.c_str());
174174
_client.tcp = _client.ssl;
175175
if(_CA_cert) {
176176
DEBUG_WEBSOCKETS("[WS-Client] setting CA certificate");

0 commit comments

Comments
 (0)
0