From 7f66296c916a6ba86aedf48e6fde160404f88fa3 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 7 Nov 2017 14:58:53 +0100
Subject: [PATCH] cosmetics

---
 lib/IdPAccountManager/Data/ServiceProvider.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/IdPAccountManager/Data/ServiceProvider.pm b/lib/IdPAccountManager/Data/ServiceProvider.pm
index 6e99aca..b94cee7 100644
--- a/lib/IdPAccountManager/Data/ServiceProvider.pm
+++ b/lib/IdPAccountManager/Data/ServiceProvider.pm
@@ -27,7 +27,10 @@ sub print {
 
     printf $fd
       "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)
-- 
GitLab