Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 7, 2025
1 parent da15c76 commit 25658e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/ESPmDNS/src/ESPmDNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ String MDNSResponder::instanceName(int idx) {
return String(result->instance_name);
}


IPAddress MDNSResponder::address(int idx) {
mdns_result_t *result = _getResult(idx);
if (!result) {
Expand Down

0 comments on commit 25658e9

Please sign in to comment.