mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
app/vmselect/prometheus: go fmt after b39e9257eb
This commit is contained in:
parent
9f79342e6a
commit
32aea90847
@ -27,7 +27,7 @@ func TestFederate(t *testing.T) {
|
||||
Value: []byte("b"),
|
||||
},
|
||||
{
|
||||
Key: []byte("qqq"),
|
||||
Key: []byte("qqq"),
|
||||
Value: []byte("\\"),
|
||||
},
|
||||
{
|
||||
|
@ -18,7 +18,7 @@ func BenchmarkFederate(b *testing.B) {
|
||||
Value: []byte("foobarbaz:2344"),
|
||||
},
|
||||
{
|
||||
Key: []byte("job"),
|
||||
Key: []byte("job"),
|
||||
Value: []byte("aaabbbccc"),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user