mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-08 22:05:20 +00:00
vmm: Fix rustfmt failure by removing extra ";"
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
73b4668bd9
commit
3c715daa9d
@ -288,7 +288,7 @@ impl NetConfig {
|
||||
|
||||
let mut tap: Option<String> = None;
|
||||
let mut ip: Ipv4Addr = Ipv4Addr::new(192, 168, 249, 1);
|
||||
let mut mask: Ipv4Addr = Ipv4Addr::new(255, 255, 255, 0);;
|
||||
let mut mask: Ipv4Addr = Ipv4Addr::new(255, 255, 255, 0);
|
||||
let mut mac: MacAddr = MacAddr::local_random();
|
||||
let iommu = parse_iommu(iommu_str)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user