Skip to content

Commit 69a6130

Browse files
committed
go fmt
1 parent 7dc063c commit 69a6130

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bitriseapi/bitriseapi.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ import (
1414

1515
// EnvironmentItem ...
1616
type EnvironmentItem struct {
17-
Name string `json:"mapped_to,omitempty"`
18-
Value string `json:"value,omitempty"`
19-
IsExpand bool `json:"is_expand,omitempty"`
17+
Name string `json:"mapped_to,omitempty"`
18+
Value string `json:"value,omitempty"`
19+
IsExpand bool `json:"is_expand,omitempty"`
2020
}
2121

2222
// BuildParamsModel ...
2323
type BuildParamsModel struct {
24-
CommitHash string `json:"commit_hash,omitempty"`
25-
CommitMessage string `json:"commit_message,omitempty"`
26-
Branch string `json:"branch,omitempty"`
27-
Tag string `json:"tag,omitempty"`
28-
PullRequestID *int `json:"pull_request_id,omitempty"`
29-
WorkflowID string `json:"workflow_id,omitempty"`
24+
CommitHash string `json:"commit_hash,omitempty"`
25+
CommitMessage string `json:"commit_message,omitempty"`
26+
Branch string `json:"branch,omitempty"`
27+
Tag string `json:"tag,omitempty"`
28+
PullRequestID *int `json:"pull_request_id,omitempty"`
29+
WorkflowID string `json:"workflow_id,omitempty"`
3030
Environments []EnvironmentItem `json:"environments,omitempty"`
3131
}
3232

0 commit comments

Comments
 (0)