mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
run go fmt
This commit is contained in:
parent
1acefe96d2
commit
e6d180ecef
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user