mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
app/vmselect/prometheus: go fmt after b39e9257eb
This commit is contained in:
parent
b39e9257eb
commit
802adf3b65
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ func TestFederate(t *testing.T) {
|
||||||
Value: []byte("b"),
|
Value: []byte("b"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: []byte("qqq"),
|
Key: []byte("qqq"),
|
||||||
Value: []byte("\\"),
|
Value: []byte("\\"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,7 +18,7 @@ func BenchmarkFederate(b *testing.B) {
|
||||||
Value: []byte("foobarbaz:2344"),
|
Value: []byte("foobarbaz:2344"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: []byte("job"),
|
Key: []byte("job"),
|
||||||
Value: []byte("aaabbbccc"),
|
Value: []byte("aaabbbccc"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue