Skip to content

Commit f3e39e8

Browse files
author
Virens
committed
Delete extra empty lines at the end
1 parent 9662a59 commit f3e39e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/IPAddress.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ String IPAddress::toString() const
113113
sprintf(szRet, "%u.%u.%u.%u", _address.bytes[0], _address.bytes[1], _address.bytes[2], _address.bytes[3]);
114114
return String(szRet);
115115
}
116-

0 commit comments

Comments
 (0)