ci(pre-commit): Apply automatic fixes · espressif/arduino-esp32@25658e9 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
ci(pre-commit): Apply automatic fixes
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -308,7 +308,6 @@ String MDNSResponder::instanceName(int idx) { | ||
308 | 308 | return String(result->instance_name); |
309 | 309 | } |
310 | 310 | |
311 | - | |
312 | 311 | IPAddress MDNSResponder::address(int idx) { |
313 | 312 | mdns_result_t *result = _getResult(idx); |
314 | 313 | if (!result) { |