Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 committed Feb 1, 2024
1 parent bf61d53 commit 7ab9a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tools:
go install github.com/client9/misspell/cmd/misspell@latest
go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@latest
go install github.com/bflad/tfproviderdocs@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.55.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.45.2

build: fmtcheck check-vendor-vs-mod
go install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func resourceAzureAgentPoolVMSSCreate(d *schema.ResourceData, m interface{}) err
return fmt.Errorf(" parse Project Id: %s. Error: %+v", v, err)
}
args.ProjectId = &projectId

}

seId := d.Get("service_endpoint_id").(string)
Expand Down

0 comments on commit 7ab9a37

Please sign in to comment.