run go fmt

This commit is contained in:
raziman 2020-08-18 16:40:22 +08:00
parent 1acefe96d2
commit e6d180ecef

View File

@ -714,7 +714,7 @@ func ytdl(url string, selPlaylist *tview.TreeNode) error {
playlistPath := path.Join(expandTilde(dir), selPlaylistName)
audioPath := extractFilePath(stdout.Bytes(), playlistPath)
err = appendFile(expandTilde("~/.local/share/gomu/urls"), url + "\n")
err = appendFile(expandTilde("~/.local/share/gomu/urls"), url+"\n")
if err != nil {
return tracerr.Wrap(err)
}