fix spacing

This commit is contained in:
the-djmaze 2024-03-10 23:46:00 +01:00
parent cc22327279
commit 18a859c68f

View file

@ -205,6 +205,6 @@ class SnappyMailHelper
{ {
static::loadApp(); static::loadApp();
$result = \SnappyMail\Crypt::DecryptUrlSafe($sPassword, $sSalt); $result = \SnappyMail\Crypt::DecryptUrlSafe($sPassword, $sSalt);
return $result ? new \SnappyMail\SensitiveString($result) : $result; return $result ? new \SnappyMail\SensitiveString($result) : null;
} }
} }