mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 17:06:34 +00:00
gofumpt -w -l -extra . (#661)
This commit is contained in:
@@ -336,7 +336,7 @@ func (q *fifo) depsInQueue(task *Task) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (q *fifo) updateDepStatusInQueue(taskID string, status string) {
|
||||
func (q *fifo) updateDepStatusInQueue(taskID, status string) {
|
||||
var next *list.Element
|
||||
for e := q.pending.Front(); e != nil; e = next {
|
||||
next = e.Next()
|
||||
|
Reference in New Issue
Block a user