Commit e3890f54 authored by Jeremy Hylton's avatar Jeremy Hylton

Normalize whitespace.

parent 08b7b2c2
......@@ -51,7 +51,7 @@ def check_server(addr, storage, write):
cn = db.open()
root = cn.root()
try:
root['zeoup'] = root.get('zeoup', 0)+ 1
root['zeoup'] = root.get('zeoup', 0) + 1
get_transaction().commit()
except ConflictError:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment