Skip to content

Commit 25658e9

Browse files
ci(pre-commit): Apply automatic fixes
1 parent da15c76 commit 25658e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/ESPmDNS/src/ESPmDNS.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ String MDNSResponder::instanceName(int idx) {
308308
return String(result->instance_name);
309309
}
310310

311-
312311
IPAddress MDNSResponder::address(int idx) {
313312
mdns_result_t *result = _getResult(idx);
314313
if (!result) {

0 commit comments

Comments
 (0)