chore: perltidy

This commit is contained in:
Stéphane Lesimple 2024-03-27 14:32:10 +00:00 committed by Stéphane Lesimple
parent 99dfa9d351
commit 321c592d51

View file

@ -1055,7 +1055,7 @@ sub print_accepted_key_algorithms {
my $fnret;
$fnret = OVH::Bastion::get_supported_ssh_algorithms_list(way => $way);
$fnret or osh_exit $fnret;
$fnret or return $fnret;
my @algoList = @{$fnret->value};
if (grep { 'ed25519-sk' eq $_ } @algoList) {