lib/protoparser/graphite: go fmt

This commit is contained in:
Aliaksandr Valialkin 2020-07-08 14:12:10 +03:00
parent 50ecf09042
commit e401b8d527

View File

@ -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.