summaryrefslogtreecommitdiff
path: root/libvirtxml.go
diff options
context:
space:
mode:
Diffstat (limited to 'libvirtxml.go')
-rw-r--r--libvirtxml.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvirtxml.go b/libvirtxml.go
index fe2d723..470b332 100644
--- a/libvirtxml.go
+++ b/libvirtxml.go
@@ -212,8 +212,7 @@ func addEthernetTap(domcfg *libvirtxml.Domain, mac string) {
who don't have bridge groups or proper cluster backend networking
literally leaving this blank makes the interface 'tap0'
*/
- Target: &libvirtxml.DomainInterfaceTarget{
- },
+ Target: &libvirtxml.DomainInterfaceTarget{},
}
// Add the new disk to the domain configuration