Fix localsize

This commit is contained in:
Jakob Borg 2014-07-06 23:15:28 +02:00
parent 2b9fc0fd43
commit 27cd6e60f4

View File

@ -265,7 +265,7 @@ func (m *Model) LocalSize(repo string) (files, deleted int, bytes int64) {
return true
})
}
return 0, 0, 0
return
}
// NeedSize returns the number and total size of currently needed files.