Remove superfluous white space
This commit is contained in:
parent
f41c81a3cd
commit
cfcae5fb2b
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user