]> git.proxmox.com Git - proxmox-backup.git/commitdiff
services: fix indentation
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 13 Jan 2020 16:03:26 +0000 (17:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 15 Jan 2020 09:55:04 +0000 (10:55 +0100)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/api2/node/services.rs

index c2e7a71f68c6495be26c2633d150ffce40b1ea6a..56c642485610f8dbe40aa73456dff23aaa1b3c3a 100644 (file)
@@ -143,7 +143,7 @@ fn run_service_command(service: &str, cmd: &str) -> Result<Value, Error> {
     }
 
     if service == "proxmox-backup" && cmd != "restart" {
-       bail!("invalid service cmd '{} {}'", service, cmd);
+        bail!("invalid service cmd '{} {}'", service, cmd);
     }
 
     let real_service_name = real_service_name(service);