Skip to content

Commit 080d9c8

Browse files
committed
go fmt
1 parent fff3917 commit 080d9c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-devops-client/agentpool.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ type AgentPoolAgent struct {
6464
Version string
6565
CreatedOn time.Time
6666
AssignedRequest JobRequest
67-
6867
}
6968

7069
type JobRequest struct {
@@ -110,10 +109,9 @@ func (c *AzureDevopsClient) ListAgentPoolAgents(agentPoolId int64) (list AgentPo
110109
return
111110
}
112111

113-
114112
type AgentPoolJobList struct {
115-
Count int `json:"count"`
116-
List []JobRequest `json:"value"`
113+
Count int `json:"count"`
114+
List []JobRequest `json:"value"`
117115
}
118116

119117
func (c *AzureDevopsClient) ListAgentPoolJobs(agentPoolId int64) (list AgentPoolJobList, error error) {

0 commit comments

Comments
 (0)