mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
lib/protoparser/graphite: go fmt
This commit is contained in:
parent
50ecf09042
commit
e401b8d527
@ -189,7 +189,7 @@ func Test_streamContext_Read(t *testing.T) {
|
|||||||
Rows: []Row{{
|
Rows: []Row{{
|
||||||
Metric: "aaa",
|
Metric: "aaa",
|
||||||
Value: 1123,
|
Value: 1123,
|
||||||
Timestamp: 345*1000,
|
Timestamp: 345 * 1000,
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
// Full line with tags
|
// Full line with tags
|
||||||
@ -201,7 +201,7 @@ func Test_streamContext_Read(t *testing.T) {
|
|||||||
Value: "y",
|
Value: "y",
|
||||||
}},
|
}},
|
||||||
Value: 1123,
|
Value: 1123,
|
||||||
Timestamp: 345*1000,
|
Timestamp: 345 * 1000,
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
// missing timestamp.
|
// missing timestamp.
|
||||||
|
Loading…
Reference in New Issue
Block a user