diff --git a/dashboard/message.go b/dashboard/message.go index 15f4c5df31..797b210fa8 100644 --- a/dashboard/message.go +++ b/dashboard/message.go @@ -37,8 +37,8 @@ type ChartEntry struct { } type GeneralMessage struct { - Version string `json:"version,omitempty"` - Commit string `json:"commit,omitempty"` + Version string `json:"version,omitempty"` + Commit string `json:"commit,omitempty"` } type HomeMessage struct {