Skip to content
Snippets Groups Projects
Verified Commit 0368c59a authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

style: apply gofmt

parent 1778f88e
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ func (p *Playlist) BeforeSave(tx *gorm.DB) error { ...@@ -80,7 +80,7 @@ func (p *Playlist) BeforeSave(tx *gorm.DB) error {
} }
var fileEntryIDs []uint64 var fileEntryIDs []uint64
for id, _ := range referencedFiles { for id := range referencedFiles {
fileEntryIDs = append(fileEntryIDs, id) fileEntryIDs = append(fileEntryIDs, id)
} }
var files []*File var files []*File
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment