Fixed indentation in storage.py

This commit is contained in:
Brad Warren
2015-10-01 11:53:11 -07:00
parent 393f4b4997
commit 6bde83c983
+1 -1
View File
@@ -520,7 +520,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
remaining = expiry - now
if remaining < autorenew_interval:
return True
return False
return False
@classmethod
def new_lineage(cls, lineagename, cert, privkey, chain,