Skip to content

Commit

Permalink
Hopefully last linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christhemorse committed Jun 7, 2024
1 parent 97083d3 commit 98cb163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/inference/inference.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
)

// NewCmdInference provides the CLI command for inference functions
func NewCmdInference(base *cli.Base) *cobra.Command {
func NewCmdInference(base *cli.Base) *cobra.Command { //nolint:gocyclo
o := &options{Base: base}

cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/inference/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (inf *InferenceSubsPrinter) Data() [][]string {
}

// Paging ...
func (d *InferenceSubsPrinter) Paging() [][]string {
func (inf *InferenceSubsPrinter) Paging() [][]string {
return nil
}

Expand Down

0 comments on commit 98cb163

Please sign in to comment.