Remove superfluous white space

This commit is contained in:
2021-10-11 15:12:25 +02:00
parent f41c81a3cd
commit cfcae5fb2b

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