Remove superfluous white space

This commit is contained in:
Joshua Ramon Enslin 2021-10-11 15:12:25 +02:00
parent f41c81a3cd
commit cfcae5fb2b
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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");
}