]> git.puffer.fish Git - matthieu/pve-network.git/commitdiff
controllers: indentation fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Feb 2022 10:18:06 +0000 (11:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Feb 2022 10:18:06 +0000 (11:18 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Network/SDN/Controllers/Plugin.pm

index b035492b748793f4d19cd9bff425b6a31b429aae..639cacafe2278276e243686c3410fa1bb8f28bcb 100644 (file)
@@ -12,8 +12,9 @@ use PVE::JSONSchema qw(get_standard_option);
 use base qw(PVE::SectionConfig);
 
 PVE::Cluster::cfs_register_file('sdn/controllers.cfg',
-                                sub { __PACKAGE__->parse_config(@_); },
-                                sub { __PACKAGE__->write_config(@_); });
+    sub { __PACKAGE__->parse_config(@_); },
+    sub { __PACKAGE__->write_config(@_); }
+);
 
 PVE::JSONSchema::register_standard_option('pve-sdn-controller-id', {
     description => "The SDN controller object identifier.",