Skip to content

Commit d12e6b1

Browse files
committed
fix whitespace
1 parent adb555a commit d12e6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_atecc/adafruit_atecc_asn1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def issuer_or_subject_length(
268268
tot_len += 11 + len(org_unit)
269269
if common:
270270
tot_len += 11 + len(common)
271-
271+
272272
if tot_len <= 0:
273273
raise ValueError("Provided length must be > 0")
274274
return tot_len

0 commit comments

Comments
 (0)