mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/protoparser/graphite: go fmt
This commit is contained in:
parent
50ecf09042
commit
e401b8d527
1 changed files with 6 additions and 6 deletions
|
@ -189,7 +189,7 @@ func Test_streamContext_Read(t *testing.T) {
|
|||
Rows: []Row{{
|
||||
Metric: "aaa",
|
||||
Value: 1123,
|
||||
Timestamp: 345*1000,
|
||||
Timestamp: 345 * 1000,
|
||||
}},
|
||||
})
|
||||
// Full line with tags
|
||||
|
@ -201,7 +201,7 @@ func Test_streamContext_Read(t *testing.T) {
|
|||
Value: "y",
|
||||
}},
|
||||
Value: 1123,
|
||||
Timestamp: 345*1000,
|
||||
Timestamp: 345 * 1000,
|
||||
}},
|
||||
})
|
||||
// missing timestamp.
|
||||
|
|
Loading…
Reference in a new issue