Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Noël Moyne <[email protected]>
  • Loading branch information
jnmoyne committed Dec 13, 2024
1 parent 1326b6a commit 6ecb121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/kv_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func (c *kvCommand) purgeAction(_ *fisk.ParseContext) error {
}

func (c *kvCommand) rmBucketAction(_ *fisk.ParseContext) error {
nc, js, err := prepareJSHelper()
nc, _, err := prepareJSHelper()
if err != nil {
return err
}
Expand Down Expand Up @@ -813,7 +813,7 @@ func (c *kvCommand) rmBucketAction(_ *fisk.ParseContext) error {
}
}

_, js, err = prepareJSHelper()
_, js, err := prepareJSHelper()
if err != nil {
return err
}
Expand Down

0 comments on commit 6ecb121

Please sign in to comment.