mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Clean some trailing whitespace.
This commit is contained in:
parent
37011784a5
commit
781bcb674b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class PDFTestHandler(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
self.sendFile(path, ext)
|
self.sendFile(path, ext)
|
||||||
|
|
||||||
def do_POST(self):
|
def do_POST(self):
|
||||||
numBytes = int(self.headers['Content-Length'])
|
numBytes = int(self.headers['Content-Length'])
|
||||||
|
|
||||||
self.send_response(200)
|
self.send_response(200)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue