Extra space missed by sniffer

[MAILPOET-3788]
This commit is contained in:
Brezo Cordero
2021-09-09 16:40:45 -05:00
committed by Veljko V
parent f3ad7ac0b4
commit ac8cb62a6a

View File

@@ -43,7 +43,7 @@ class Captcha {
}
public function isRequired($subscriberEmail = null) {
if ($this->isUserExemptFromCaptcha() ) {
if ($this->isUserExemptFromCaptcha()) {
return false;
}