diff --git a/lib/IdPAccountManager/WebRequest.pm b/lib/IdPAccountManager/WebRequest.pm
index 874239adbbe495ff4afc83897e27eeecd1104384..558562ad1c38cb77243068a0ef1b539c27628395 100644
--- a/lib/IdPAccountManager/WebRequest.pm
+++ b/lib/IdPAccountManager/WebRequest.pm
@@ -494,7 +494,7 @@ sub req_validate_token {
 
     ## Update simpleSAMLphp configuration to enable test accounts
     eval {
-    IdPAccountManager::Tools::update_ssp_authsources(
+        IdPAccountManager::Tools::update_ssp_authsources(
             $self->{configuration}->{_}->{templates_dir},
             $self->{configuration}->{idp}->{accounts_file},
             \@accounts,