Go FMT run on entire project
This commit is contained in:
parent
7c7d80b557
commit
86790133e1
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ package pcp
|
|||
|
||||
type Victim struct {
|
||||
Watts float64
|
||||
Host string
|
||||
Host string
|
||||
}
|
||||
|
||||
type VictimSorter []Victim
|
||||
|
|
Reference in a new issue