Browse Source

More than one blank line is an abomination, apparently

I will not try to use whitespace to group code visually
pull/3392/head
medmunds 4 years ago
committed by Alexander Kulumbeg
parent
commit
fe3e8a7bb6
  1. 1
      notify/smtp.sh

1
notify/smtp.sh

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

Loading…
Cancel
Save