mirror of
1
0
Fork 0

Merge pull request #8 from P-Alban/patch-1

Remove trailing whitespace
This commit is contained in:
Luis MartinGarcia 2019-05-28 09:30:30 +01:00 committed by GitHub
commit 2375ce2332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ if __name__ == '__main__':
print("# |_| |_| \___/ \__\___/ \___\___/|_| #")
print("# #")
print('# == "Protocol" Test Suite == #')
print("# #") #
print("# #")
print("#########################################################################")
# Run the actual tests
unittest.main()