Bug 34280: (QA follow-up) perltidy

Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
emlam 2023-07-24 15:59:17 +00:00 committed by Tomas Cohen Arazi
parent 0cf5dfcbd8
commit 80db7c05b8
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1442,7 +1442,7 @@ sub first_valid_email_address {
C4::Context->preference('EmailFieldPrecedence');
for my $field (@fields) {
$email = $self->$field;
last if ( $email );
last if ($email);
}
return $email;