services: fix indentation
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						
						Dietmar Maurer
					
				
			
			
				
	
			
			
			
						parent
						
							cbe01dc5c7
						
					
				
				
					commit
					1c79e1017f
				
			@ -143,7 +143,7 @@ fn run_service_command(service: &str, cmd: &str) -> Result<Value, Error> {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if service == "proxmox-backup" && cmd != "restart" {
 | 
					    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);
 | 
					    let real_service_name = real_service_name(service);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user