From a76bf37c293ad134333ab0fa1f56246b552a2c74 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Tue, 5 Jan 2021 22:52:21 +0100 Subject: [PATCH] Tidy (#1976) --- .../lib/Lemonldap/NG/Portal/Plugins/FindUser.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm index 99a4b9569..732f704d8 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm @@ -104,10 +104,10 @@ sub retreiveFindUserParams { my $key = $_; map { $self->logger->debug("Push excluding parameter: $key => $_"); - { + { # Allow multivalued excluding parameters key => $key, value => $_ - } # Allow multivalued excluding parameters + } } split $self->conf->{multiValuesSeparator}, $self->conf->{findUserExcludingAttributes}->{$_}; } sort keys %{ $self->conf->{findUserExcludingAttributes} };