mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vm-virtio: Fix formatting
With the 1.38.0 toolchain rustfmt is even stricter about formatting now Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
8188074300
commit
2ae3919181
@@ -496,7 +496,7 @@ where
|
||||
|
||||
if let Err(e) = worker_result {
|
||||
error!("failed to spawn virtio_vsock worker: {}", e);
|
||||
return Err(ActivateError::BadActivate);;
|
||||
return Err(ActivateError::BadActivate);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user