Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Nov 26, 2013
1 parent ce0ed0c commit deb6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion danceparty/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_gif(data):
img_stream = cStringIO.StringIO(data)
try:
img = Image.open(img_stream)
return img.format =='GIF'
return img.format == 'GIF'
except IOError:
return False

Expand Down

0 comments on commit deb6eef

Please sign in to comment.