mirror of
https://github.com/spf13/viper
synced 2024-12-22 03:27:03 +00:00
fix: lint violations
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
2672f3e4d3
commit
58b177a8c0
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ func (n *discardHandler) Handle(_ context.Context, _ slog.Record) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (n *discardHandler) WithAttrs(attrs []slog.Attr) slog.Handler {
|
||||
func (n *discardHandler) WithAttrs(_ []slog.Attr) slog.Handler {
|
||||
return n
|
||||
}
|
||||
|
||||
func (n *discardHandler) WithGroup(name string) slog.Handler {
|
||||
func (n *discardHandler) WithGroup(_ string) slog.Handler {
|
||||
return n
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue