mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +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"),
|
||||
},
|
||||
{
|
||||
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 a new issue