]> git.proxmox.com Git - pmg-api.git/blobdiff - src/PMG/API2/ACMEPlugin.pm
api: acme: indentation cleanup
[pmg-api.git] / src / PMG / API2 / ACMEPlugin.pm
index 4f18e0c9d85005b7e2e3a08fe432cc25573757ea..e2004bf20321b4aa31abf7656c6ff1662de2e4f8 100644 (file)
@@ -41,11 +41,13 @@ sub write_pmg_acme_challenge_config {
     PVE::Tools::safe_print($filename, $fh, $raw);
 }
 
-PVE::INotify::register_file($inotify_file_id, $config_filename,
-                           \&read_pmg_acme_challenge_config,
-                           \&write_pmg_acme_challenge_config,
-                           undef,
-                           always_call_parser => 1);
+PVE::INotify::register_file(
+    $inotify_file_id, $config_filename,
+    \&read_pmg_acme_challenge_config,
+    \&write_pmg_acme_challenge_config,
+    undef,
+    always_call_parser => 1,
+);
 
 sub lock_config {
     my ($code) = @_;