Skip to content

Commit dda6244

Browse files
committed
Linting
1 parent f5ad1ae commit dda6244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/events/event_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ func (e *EventParser) ParseAzureDevopsRepo(adRepo *azuredevops.GitRepository) (m
940940
}
941941

942942
cloneURL := ""
943-
if strings.Contains(host,"visualstudio.com") {
943+
if strings.Contains(host, "visualstudio.com") {
944944
cloneURL = fmt.Sprintf("https://%s/%s/_git/%s", host, project, repo)
945945
} else {
946946
cloneURL = fmt.Sprintf("https://%s/%s/%s/_git/%s", host, owner, project, repo)

0 commit comments

Comments
 (0)