Fix file ends for CI

This commit is contained in:
Lucian Copeland 2021-02-18 16:26:14 -05:00
parent 59429cdcbe
commit e77981f86e
3 changed files with 2 additions and 3 deletions

View File

@ -15,4 +15,3 @@ with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
print("Receiving")
data = s.recv(1024)
print('Received', repr(data))