Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
No braces here
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Feb 3, 2016
1 parent 24277fb commit 156cea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/v1/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def on_GET(self, request, user_id):
if displayname is not None:
ret["displayname"] = displayname

defer.returnValue((200, {ret}))
defer.returnValue((200, ret))

@defer.inlineCallbacks
def on_PUT(self, request, user_id):
Expand Down

0 comments on commit 156cea5

Please sign in to comment.