mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
dashboard: fix linter issue
This commit is contained in:
parent
8a91c7c483
commit
33cdcc1846
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue