Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasile committed Feb 14, 2014
1 parent 20448ae commit 78b7bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions withsqlite.py
Expand Up @@ -199,5 +199,5 @@ def __repr__(self):
r.append('{!r}: {!r}'.format(k, v))
return '{{{}}}'.format(", ".join(r))

def __iter__(self):
return iter(self.keys())
def __iter__(self):
return iter(self.keys())

0 comments on commit 78b7bc9

Please sign in to comment.