Skip to content

Commit

Permalink
install/taskhandler: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Nov 13, 2023
1 parent c9f107e commit 8d3b66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/install/task_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (h *taskHandler) Init(_ sw.StateSwitch, _ sw.TransitionArgs) error {
}

// Query looks up the device component inventory and sets it in the task handler context.
func (h *taskHandler) Query(t sw.StateSwitch, args sw.TransitionArgs) error {
func (h *taskHandler) Query(_ sw.StateSwitch, args sw.TransitionArgs) error {
tctx, ok := args.(*sm.HandlerContext)
if !ok {
return sm.ErrInvalidtaskHandlerContext
Expand Down

0 comments on commit 8d3b66e

Please sign in to comment.