Skip to content

Commit

Permalink
Update plugins/inputs/processes/processes_windows.go
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan authored Jan 17, 2025
1 parent 00848a9 commit 842b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/processes/processes_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (e *Processes) Init() error {
return nil
}

func (*Processes) Gather(_ telegraf.Accumulator) error {
func (*Processes) Gather(telegraf.Accumulator) error {
return nil
}

Expand Down

0 comments on commit 842b2a0

Please sign in to comment.