Fix lint errors

This commit is contained in:
Deluan
2021-02-08 10:36:07 -05:00
committed by Deluan Quintão
parent 877cdf1d5c
commit 365dff6435
3 changed files with 6 additions and 8 deletions
-1
View File
@@ -56,7 +56,6 @@ func (l *lastfmAgent) GetURL(name, mbid string) (string, error) {
return "", ErrNotFound
}
return a.URL, nil
}
func (l *lastfmAgent) GetBiography(name, mbid string) (string, error) {