mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-10 09:12:54 +08:00
chore: perltidy
This commit is contained in:
parent
99dfa9d351
commit
321c592d51
1 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue