Skip to content

Commit 711ca88

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 2e1e79c commit 711ca88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/WiFi/src/AP.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ bool APClass::enableNAPT(bool enable) {
307307

308308
bool APClass::enableDhcpCaptivePortal() {
309309
esp_err_t err = ESP_OK;
310-
static char captiveportal_uri[32] = {0,};
310+
static char captiveportal_uri[32] = {
311+
0,
312+
};
311313

312314
if (!started()) {
313315
log_e("AP must be first started to enable DHCP Captive Portal");

0 commit comments

Comments
 (0)