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