From 3f73052b19a28853a1e2cfd9f29bd5dbee698e96 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 Jul 2024 18:32:37 +0200 Subject: [PATCH] pveum: indentation clean-up Signed-off-by: Thomas Lamprecht --- src/PVE/CLI/pveum.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/PVE/CLI/pveum.pm b/src/PVE/CLI/pveum.pm index d635162..5ce76f2 100755 --- a/src/PVE/CLI/pveum.pm +++ b/src/PVE/CLI/pveum.pm @@ -237,11 +237,10 @@ our $cmddef = { sync => [ 'PVE::API2::Domains', 'sync', ['realm'], ], }, - ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, - sub { - my ($res) = @_; - print "$res->{ticket}\n"; - }], + ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, sub { + my ($res) = @_; + print "$res->{ticket}\n"; + }], passwd => [ 'PVE::API2::AccessControl', 'change_password', ['userid'] ],