Skip to content

Commit c3cceaf

Browse files
author
Tom Thompson
committed
Remove trailing whitespace
1 parent 131c83e commit c3cceaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __init__(
180180
self.mac_address = mac
181181
self.src_port = 0
182182
self._dns = (0,0,0,0)
183-
# udp related
183+
# udp related
184184
self.udp_datasize = [0] * self.max_sockets
185185
self.udp_from_ip = [b"\x00\x00\x00\x00"] * self.max_sockets
186186
self.udp_from_port = [0] * self.max_sockets

0 commit comments

Comments
 (0)