Skip to content

Commit

Permalink
ci: 💚 fix the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
graugans committed Jul 25, 2024
1 parent 5a2253e commit 6c096dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/ovp8xx/cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ import (
)

type helperConfig struct {
pretty bool
host string
port uint16
pointers []string
pretty bool
host string
port uint16
}

func (c *helperConfig) printJSONResult(data string) error {
Expand Down

0 comments on commit 6c096dc

Please sign in to comment.