From 9679a671634a019dc56e41a569e3f41a8437b327 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sat, 16 Feb 2019 22:42:08 +0100 Subject: [PATCH] Tidy (#1632) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm index 9e6968c1c..c8d04366c 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm @@ -66,8 +66,9 @@ sub run { # Prepare command and launch it $self->logger->debug( 'Launching "Send" external 2F command -> ' . $self->conf->{ext2FSendCommand} ); - if ( my $c - = $self->launch( $req->sessionInfo, $self->conf->{ext2FSendCommand}, $code ) + if (my $c = $self->launch( + $req->sessionInfo, $self->conf->{ext2FSendCommand}, $code + ) ) { $self->logger->error("External send command failed (code $c)");