Skip to content

Commit

Permalink
add missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Nov 10, 2005
1 parent a83b5c7 commit 5e84ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/fileresource.py
Expand Up @@ -94,7 +94,7 @@ def GET(self):
response.setHeader('Last-Modified', file.lmh)

setCacheControl(response)
f = filereference.open(file.path,'rb')
f = filereference.open(file.path, 'rb')
data = f.read()
f.close()

Expand Down

0 comments on commit 5e84ff6

Please sign in to comment.