Apply 'make format'

This commit is contained in:
github action 2021-09-08 22:46:27 +00:00
parent f1b8b1d99b
commit a8b480559d

View File

@ -49,7 +49,7 @@ for cmd in sys.stdin:
pos = newpos + 1 pos = newpos + 1
# sys.stderr.write("Line count: %d\n" % lineno) # sys.stderr.write("Line count: %d\n" % lineno)
wholefile = '' . join(prefixes) + wholefile wholefile = ''.join(prefixes) + wholefile
print("Content-Length: " + str(len(wholefile)) + "\n" + wholefile) print("Content-Length: " + str(len(wholefile)) + "\n" + wholefile)
sys.stdout.flush() sys.stdout.flush()