mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/contextutil: make golanci-lint happy by substituing unused function arg name with _
This is a follow-up for 4b1611267f
This commit is contained in:
parent
4b1611267f
commit
3646724c6f
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ func (ctx *stopChanContext) Err() error {
|
|||
}
|
||||
}
|
||||
|
||||
func (ctx *stopChanContext) Value(key any) any {
|
||||
func (ctx *stopChanContext) Value(_ any) any {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue