Skip to content

Commit a858413

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 9806de3 commit a858413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AsyncUDP/src/AsyncUDP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ static esp_err_t joinMulticastGroup(const ip_addr_t *addr, bool join, tcpip_adap
675675
UDP_MUTEX_UNLOCK();
676676
}
677677
return ESP_OK;
678-
678+
679679
igmp_fail:
680680
UDP_MUTEX_UNLOCK();
681681
return ESP_ERR_INVALID_STATE;

0 commit comments

Comments
 (0)