Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed May 16, 2023
1 parent 2f6521a commit f771e8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/internal/runsummary/spaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ type spacesClient struct {
}

type spaceRun struct {
ID string
URL string
created chan struct{} // a signal that the run has completed
ID string
URL string
}

func newSpacesClient(spaceID string, api *client.APIClient, ui cli.Ui) *spacesClient {
Expand Down

0 comments on commit f771e8b

Please sign in to comment.