Remove superfluous white space
This commit is contained in:
@ -38,7 +38,7 @@ final class MDMailerHelper {
|
||||
|
||||
}
|
||||
|
||||
if (($gpg->addsignkey(MD_CONF_EMAIL::PGP_ENC_KEY)) === false) {
|
||||
if ($gpg->addsignkey(MD_CONF_EMAIL::PGP_ENC_KEY) === false) {
|
||||
throw new \Exception("Cannot set private key for GPG encryption");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user