Skip to content

Commit 908bb95

Browse files
committed
internal/opts: SetOpts.Set: remove redundant var assignment
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 758cca6 commit 908bb95

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/opts/opts.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func (opts *SetOpts) Set(value string) error {
2020
var isSet bool
2121
if !found {
2222
isSet = true
23-
k = value
2423
} else {
2524
var err error
2625
isSet, err = strconv.ParseBool(v)

0 commit comments

Comments
 (0)