Skip to content

Commit 2e00a87

Browse files
committed
Remove trailing whitespace
1 parent 69c5f3e commit 2e00a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wiznet5k_simpleserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
socket.set_interface(eth)
2525
server = socket.socket() # Allocate socket for the server
2626
server_ip = "192.168.10.1" # IP address of server
27-
server_port = 50007 # Port to listen on
27+
server_port = 50007 # Port to listen on
2828
server.bind((server_ip, server_port)) # Bind to IP and Port
2929
server.listen() # Begin listening for incoming clients
3030

0 commit comments

Comments
 (0)