pveum: indentation clean-up

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-22 18:32:37 +02:00
parent 7d05a239d2
commit 3f73052b19

View File

@ -237,11 +237,10 @@ our $cmddef = {
sync => [ 'PVE::API2::Domains', 'sync', ['realm'], ], sync => [ 'PVE::API2::Domains', 'sync', ['realm'], ],
}, },
ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, sub {
sub { my ($res) = @_;
my ($res) = @_; print "$res->{ticket}\n";
print "$res->{ticket}\n"; }],
}],
passwd => [ 'PVE::API2::AccessControl', 'change_password', ['userid'] ], passwd => [ 'PVE::API2::AccessControl', 'change_password', ['userid'] ],