Skip to content
Snippets Groups Projects
Commit 7f66296c authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

cosmetics

parent bdd9a58b
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,10 @@ sub print { ...@@ -27,7 +27,10 @@ sub print {
printf $fd printf $fd
"ServiceProvider ID=%s; entityid=%s; displayname=%s; contacts=%s\n", "ServiceProvider ID=%s; entityid=%s; displayname=%s; contacts=%s\n",
$self->id(), $self->entityid(), $self->displayname(), join(',', $self->contacts()); $self->id(),
$self->entityid(),
$self->displayname(),
join(',', $self->contacts());
} }
## Check if email address is a known contact (or conf.dev_sp_contact) ## Check if email address is a known contact (or conf.dev_sp_contact)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment