Skip to content

Commit 850e93f

Browse files
astyle
1 parent 337cf1b commit 850e93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SimpleMDNS/src/SimpleMDNS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool SimpleMDNS::begin(const char *hostname, unsigned int ttl) {
3737
__setStateChangeCallback(_statusCB);
3838
_hostname = strdup(hostname);
3939
_running = true;
40-
40+
4141
return true;
4242
}
4343

0 commit comments

Comments
 (0)