2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-09-02 07:15:33 +00:00

More than one blank line is an abomination, apparently

I will not try to use whitespace to group code visually
This commit is contained in:
medmunds
2021-02-14 20:06:07 -08:00
committed by Alexander Kulumbeg
parent ce2ff25edd
commit fe3e8a7bb6

View File

@@ -259,7 +259,6 @@ _email_has_display_name() {
expr "$_email" : '^.*[<>"]' >/dev/null
}
# Send the message via Python using _SMTP_* variables
_smtp_send_python() {
_debug "Python version" "$("$_SMTP_BIN" --version 2>&1)"