Skip to content

Commit aeb82fa

Browse files
authored
Update blueprint_v200.go
Remove a space for: backend/plugins/sonarqube/api/blueprint_v200.go:134: File is not `gofmt`-ed with `-s` (gofmt) query.Set("qualifiers", "TRK")
1 parent c473d27 commit aeb82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/plugins/sonarqube/api/blueprint_v200.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func GetApiProject(
131131
}
132132
query := url.Values{}
133133
query.Set("q", projectKey)
134-
query.Set("qualifiers", "TRK")
134+
query.Set("qualifiers", "TRK")
135135
res, err := apiClient.Get("components/search_projects", query, nil)
136136
if err != nil {
137137
return nil, err

0 commit comments

Comments
 (0)