Skip to content

Commit

Permalink
minor: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Sep 29, 2010
1 parent 53811e3 commit 4087168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridfs/grid_file.py
Expand Up @@ -422,7 +422,7 @@ def readline(self, size=-1):
while len(bytes) != size:
byte = self.read(1)
bytes += byte
if byte == "" or byte =="\n":
if byte == "" or byte == "\n":
break
return bytes

Expand Down

0 comments on commit 4087168

Please sign in to comment.