Skip to content

Commit

Permalink
lint: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
crgisch committed Sep 9, 2024
1 parent 0d35870 commit 10981a9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tsuru/client/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,14 +578,13 @@ func (c *deployVersionArgs) values(values url.Values) {
var _ cmd.Cancelable = &JobDeploy{}

type JobDeploy struct {
jobName string
image string
imageCommand string
message string
dockerfile string
eventID string
fs *gnuflag.FlagSet
m sync.Mutex
jobName string
image string
message string
dockerfile string
eventID string
fs *gnuflag.FlagSet
m sync.Mutex
}

func (c *JobDeploy) Flags() *gnuflag.FlagSet {
Expand Down

0 comments on commit 10981a9

Please sign in to comment.