summaryrefslogtreecommitdiff
path: root/dump.go
diff options
context:
space:
mode:
Diffstat (limited to 'dump.go')
-rw-r--r--dump.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.go b/dump.go
index 77fa452..78f125a 100644
--- a/dump.go
+++ b/dump.go
@@ -35,7 +35,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
fmt.Println(w, "Droplet UUID:", d.Uuid)
// this line in golang could replace 80 lines of COBOL
- header := d.SprintDumpHeader()
+ header := d.SprintDumpHeader() + " "
// check if this is a locally defined libvirt domain that needs to be imported
if d.LocalOnly != "" {