Skip to content

Commit

Permalink
indentation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed May 17, 2020
1 parent 7f19768 commit 1d96955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/dnssec.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def make_ds(name, key, algorithm, origin=None):
digest = dshash.digest()

dsrdata = struct.pack("!HBB", key_id(key), key.algorithm, algorithm) + \
digest
digest
return dns.rdata.from_wire(dns.rdataclass.IN, dns.rdatatype.DS, dsrdata, 0,
len(dsrdata))

Expand Down

0 comments on commit 1d96955

Please sign in to comment.