Skip to content

Commit

Permalink
python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Feb 6, 2015
1 parent 6fd562d commit 11362f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatd/formatter_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def format (data, meta):
# a dict
if type(ret) == dict or type(ret) == list:
return ret
else
else:
ret = {'data': ret}

return ret
Expand Down

0 comments on commit 11362f6

Please sign in to comment.