Skip to content

Commit a7362a5

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 5815e99 commit a7362a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Network/src/NetworkEvents.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ typedef union {
100100
ip_event_ap_staipassigned_t wifi_ap_staipassigned;
101101
ip_event_got_ip_t got_ip;
102102
ip_event_got_ip6_t got_ip6;
103-
#if CONFIG_ETH_ENABLED
103+
#if CONFIG_ETH_ENABLED
104104
esp_eth_handle_t eth_connected;
105105
#endif
106106
#if SOC_WIFI_SUPPORTED || CONFIG_ESP_WIFI_REMOTE_ENABLED

0 commit comments

Comments
 (0)