Skip to content

Commit 27cc9f3

Browse files
committed
Ignore unused arg
1 parent 9e68d53 commit 27cc9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/clibase/values.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ func (discardValue) Type() string {
430430
return "discard"
431431
}
432432

433-
func (discardValue) UnmarshalJSON(data []byte) error {
433+
func (discardValue) UnmarshalJSON([]byte) error {
434434
return nil
435435
}
436436

0 commit comments

Comments
 (0)