app/vmselect/promql: run make fmt after 3b9605dba5

This commit is contained in:
Aliaksandr Valialkin 2023-09-25 16:15:58 +02:00
parent b43ff80d21
commit 538dc6058d
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -8535,7 +8535,7 @@ func TestExecSuccess(t *testing.T) {
}
r1.MetricName.Tags = []storage.Tag{
{
Key: []byte("foo"),
Key: []byte("foo"),
Value: []byte("bar"),
},
}
@ -8546,7 +8546,7 @@ func TestExecSuccess(t *testing.T) {
}
r2.MetricName.Tags = []storage.Tag{
{
Key: []byte("foo"),
Key: []byte("foo"),
Value: []byte("baz"),
},
}