chore: correct formating

This commit is contained in:
Dawid H
2022-11-04 21:35:57 +01:00
parent 3a42d8249e
commit d3fe8c61e5
-1
View File
@@ -137,7 +137,6 @@ func Build(_ctx context.Context, feed *model.Feed, cfg *Config, hostname string)
enclosureType = EnclosureFromExtension(cfg)
}
var (
episodeName = EpisodeName(cfg, episode)
downloadURL = fmt.Sprintf("%s/%s/%s", strings.TrimRight(hostname, "/"), cfg.ID, episodeName)