Commit f11efc26 authored by gwenn's avatar gwenn

Go format.

parent 6507fe03
......@@ -18,10 +18,10 @@ func TestBackup(t *testing.T) {
cbs := make(chan BackupStatus)
go func() {
for {
s := <- cbs
s := <-cbs
t.Logf("Backup progress %#v\n", s)
}
}()
err = bck.Run(10, 0, cbs)
checkNoError(t, err, "couldn't do backup: %#v")
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment