mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed useless new line
This commit is contained in:
parent
5aa99d14c4
commit
382df48a72
1 changed files with 0 additions and 1 deletions
|
@ -964,7 +964,6 @@ def create_crl( # pylint: disable=too-many-arguments,too-many-locals
|
|||
rev_date = rev_date.strftime('%Y%m%d%H%M%SZ')
|
||||
|
||||
rev = OpenSSL.crypto.Revoked()
|
||||
|
||||
rev.set_serial(serial_number)
|
||||
rev.set_rev_date(rev_date)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue