Appease linter

This commit is contained in:
Justin Hawkins 2023-03-09 21:32:24 +10:30
parent 9719449d01
commit 9944cb9104

View File

@ -153,7 +153,6 @@ func (m *Manager) AddDownload(dl *Download) {
m.Lock.Lock()
defer m.Lock.Unlock()
m.Downloads = append(m.Downloads, dl)
return
}
// func (dl *Download) AppendLog(text string) {