1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

fix: linting issues

This commit is contained in:
Pete Davison
2024-03-25 21:07:37 +00:00
parent 3efb437c9a
commit 54c7f35b00
3 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ func (tfg *TaskfileGraph) Merge() (*Taskfile, error) {
return nil, err
}
rootVertex.Taskfile.Tasks.Range(func(name string, task *Task) error {
_ = rootVertex.Taskfile.Tasks.Range(func(name string, task *Task) error {
if task == nil {
task = &Task{}
rootVertex.Taskfile.Tasks.Set(name, task)