Commit 732d9ce3 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent e1ee2e18
......@@ -97,4 +97,3 @@ def new(key, msg = None, digestmod = None):
method.
"""
return HMAC(key, msg, digestmod)
......@@ -106,4 +106,3 @@ def test_main():
if __name__ == "__main__":
test_main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment