From bb70364122b0dbb54e0b1f6ae178634ba502c074 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Sun, 6 Mar 2016 23:34:59 +0100 Subject: go fmt --- libvirt/volume_def.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvirt/volume_def.go') diff --git a/libvirt/volume_def.go b/libvirt/volume_def.go index 34abd5ca..a8b74d1d 100644 --- a/libvirt/volume_def.go +++ b/libvirt/volume_def.go @@ -20,9 +20,9 @@ type defVolume struct { } `xml:"format"` } `xml:"target"` Allocation int `xml:"allocation"` - Capacity struct { - Unit string `xml:"unit,attr"` - Amount int `xml:"chardata"` + Capacity struct { + Unit string `xml:"unit,attr"` + Amount int `xml:"chardata"` } `xml:"capacity"` BackingStore *defBackingStore `xml:"backingStore,omitempty"` } -- cgit v1.2.3