]> git.proxmox.com Git - pve-container.git/commitdiff
fixup indentation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jan 2019 13:53:20 +0000 (14:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jan 2019 13:53:20 +0000 (14:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/LXC/Config.pm

index b69db125f0d8fe6507f801ea1393072b09a6f6a2..ead8e6707d1d4d98e6e5f69394f303e3cf395519 100644 (file)
@@ -35,14 +35,14 @@ __PACKAGE__->register_method({
        properties => {
            node => get_standard_option('pve-node'),
            vmid => get_standard_option('pve-vmid', { completion => \&PVE::LXC::complete_ctid }),
-            snapshot => get_standard_option('pve-snapshot-name', {
-                description => "Fetch config values from given snapshot.",
-                optional => 1,
-                completion => sub {
-                    my ($cmd, $pname, $cur, $args) = @_;
-                    PVE::LXC::Config->snapshot_list($args->[0]);
-                },
-            }),
+           snapshot => get_standard_option('pve-snapshot-name', {
+               description => "Fetch config values from given snapshot.",
+               optional => 1,
+               completion => sub {
+                   my ($cmd, $pname, $cur, $args) = @_;
+                   PVE::LXC::Config->snapshot_list($args->[0]);
+               },
+           }),
        },
     },
     returns => {