Skip to content

Commit

Permalink
Gofmt it
Browse files Browse the repository at this point in the history
  • Loading branch information
ejv2 committed Apr 8, 2024
1 parent 4bd3941 commit 84f596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (c *Cache) Download(item *QueueItem) (id int, err error) {
Completed: true,
Success: false,
Error: "IO Error",
Stop: nil,
Stop: nil,
}

c.downloadsMutex.Lock()
Expand Down

0 comments on commit 84f596f

Please sign in to comment.