summaryrefslogtreecommitdiff
path: root/libvirt/volume_def.go
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt/volume_def.go')
-rw-r--r--libvirt/volume_def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt/volume_def.go b/libvirt/volume_def.go
index 7d338128..f667fe10 100644
--- a/libvirt/volume_def.go
+++ b/libvirt/volume_def.go
@@ -115,4 +115,4 @@ func newDefBackingStoreFromLibvirt(baseVolume *libvirt.StorageVol) (defBackingSt
backingStoreDef.Path = baseVolPath
backingStoreDef.Format.Type = baseVolumeDef.Target.Format.Type
return backingStoreDef, nil
-} \ No newline at end of file
+}