gofumpt -w -l -extra . (#661)

This commit is contained in:
6543
2022-01-05 21:50:23 +01:00
committed by GitHub
parent dec0eeeed7
commit 2f91bdd4a0
35 changed files with 79 additions and 90 deletions

View File

@@ -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()