mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 17:18:15 +00:00
pveum: indentation clean-up
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7d05a239d2
commit
3f73052b19
@ -237,8 +237,7 @@ 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";
|
||||||
}],
|
}],
|
||||||
|
Loading…
Reference in New Issue
Block a user