mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
gofmt all files
Some of the files were not appropriately formatted. Now that we run `verify` in Travis, these'll need to be.
This commit is contained in:
parent
417f5a9f99
commit
756ff0941e
10 changed files with 228 additions and 227 deletions
|
|
@ -99,7 +99,7 @@ func (qr *QueryResult) UnmarshalJSON(b []byte) error {
|
|||
// Series is roughly equivalent to model.Metrics, but has easy access to name
|
||||
// and the set of non-name labels.
|
||||
type Series struct {
|
||||
Name string
|
||||
Name string
|
||||
Labels model.LabelSet
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue