Skip to content

Commit 2b5de43

Browse files
committed
clang format
1 parent 31cc92e commit 2b5de43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/network_interfaces/Wippersnapper_ESP32.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ class Wippersnapper_ESP32 : public Wippersnapper {
200200
_mqtt_client_secure = new NetworkClientSecure();
201201
_mqtt_client_secure->setInsecure();
202202
WS._mqtt = new Adafruit_MQTT_Client(
203-
_mqtt_client_secure, WS._config.aio_url, WS._config.io_port,
204-
clientID, WS._config.aio_user, WS._config.aio_key);
203+
_mqtt_client_secure, WS._config.aio_url, WS._config.io_port,
204+
clientID, WS._config.aio_user, WS._config.aio_key);
205205
} else {
206206
// Insecure connections require a NetworkClient object rather than a
207207
// NetworkClientSecure object
@@ -210,7 +210,6 @@ class Wippersnapper_ESP32 : public Wippersnapper {
210210
_mqtt_client_insecure, WS._config.aio_url, WS._config.io_port,
211211
clientID, WS._config.aio_user, WS._config.aio_key);
212212
}
213-
214213
}
215214
}
216215

0 commit comments

Comments
 (0)