Skip to content

Commit

Permalink
Run go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmayer committed Nov 2, 2024
1 parent 8a77c4b commit afb8633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,16 @@ func GetStatus(builderUrl string) (statusLine, error) {
}

type OssFuzzBuild struct {
Success bool `json:"success"`
Success bool `json:"success"`
}

type OssFuzzProject struct {
Name string `json:"name"`
Name string `json:"name"`
Builds []OssFuzzBuild `json:"history"`
}

type OssFuzzStatus struct {
Projects []OssFuzzProject
Projects []OssFuzzProject
}

type ByName []OssFuzzProject
Expand Down

0 comments on commit afb8633

Please sign in to comment.