Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GitExample committed Oct 26, 2021
1 parent 251949a commit 90dcab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var/lib/oci-cn-auth/lib/cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def not_valid_after(self):
crypto.dump_certificate(
crypto.FILETYPE_PEM, self.cert)
),
default_backend()
default_backend()
)
return certificate_information.not_valid_after

Expand Down

0 comments on commit 90dcab8

Please sign in to comment.