Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed Jul 23, 2024
1 parent f82f710 commit 1645a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/decomposer/decomposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (decomposer *Decomposer) ExecuteAsync(playbook cacao.Playbook, detailsch ch
detailsch <- details
}

decomposer.execute(playbook)
_ = decomposer.execute(playbook)

}

Expand Down

0 comments on commit 1645a18

Please sign in to comment.