Commit 9148b312 authored by Jason Madden's avatar Jason Madden

Fix inconsistent spacing.

parent 90b9058e
......@@ -124,7 +124,7 @@ provoke problems:
... print('bad data', repr(chr(i)), repr(data))
... i = random.randint(1, 100)
... with conn.root()[i].open('c') as f:
... data = f.read()
... data = f.read()
... if data != (chr(i)*100).encode('ascii'):
... print('bad data', repr(chr(i)), repr(data))
... db.close()
......
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