Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Howells authored and lillialexis committed Jul 19, 2010
1 parent c95a21e commit ce4630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid/association.py
Expand Up @@ -527,7 +527,7 @@ def checkMessageSignature(self, message):
@raises ValueError: if the message has no signature or no signature @raises ValueError: if the message has no signature or no signature
can be calculated for it. can be calculated for it.
""" """
message_sig = message.getArg(OPENID_NS, 'sig') message_sig = message.getArg(OPENID_NS, 'sig')
if not message_sig: if not message_sig:
raise ValueError("%s has no sig." % (message,)) raise ValueError("%s has no sig." % (message,))
Expand Down

0 comments on commit ce4630f

Please sign in to comment.